(20241205) Migrating from the field "accountId" to "tokenId" to identify auth tokens.

This commit is contained in:
2024-12-05 11:19:23 +05:30
parent f835143ef4
commit 5c36f90e98
15 changed files with 478 additions and 47 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ async def get_one_mail(
# Get the mail:
mail_data = await current_app.mail_retrieve_model.get_mail(
mongo_conn = current_app.data_mongo,
mail_identifier = inbound_data.mailId
mail_id = inbound_data.mailId
)
# Done here: