mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Fix incorrect return signature
This commit is contained in:
parent
3b4556cf87
commit
b4826d6eb1
@ -99,7 +99,7 @@ class RegistrationWorkerStore(SQLBaseStore):
|
||||
)
|
||||
|
||||
@cached()
|
||||
async def get_expiration_ts_for_user(self, user_id: str) -> Optional[None]:
|
||||
async def get_expiration_ts_for_user(self, user_id: str) -> Optional[int]:
|
||||
"""Get the expiration timestamp for the account bearing a given user ID.
|
||||
|
||||
Args:
|
||||
|
Loading…
Reference in New Issue
Block a user