Fix types

pull/8476/head
Erik Johnston 2020-10-12 14:38:21 +01:00
parent 22eb20647e
commit 3daf421742
1 changed files with 1 additions and 1 deletions

View File

@ -1314,7 +1314,7 @@ class EventsWorkerStore(SQLBaseStore):
)
async def get_event_id_from_transaction_id(
self, user_id: str, token_id: str, txn_id: str
self, user_id: str, token_id: int, txn_id: str
) -> Optional[str]:
"""Look up if we have already persisted an event for the transaction ID,
returning the event ID if so.