(20241205) Migrating from the field "accountId" to "tokenId" to identify auth tokens.
This commit is contained in:
@@ -165,9 +165,9 @@ async def list_mails_for_account_id(
|
||||
)
|
||||
|
||||
# Get the mail:
|
||||
mails_list = await current_app.mail_retrieve_model.list_for_account_identifier(
|
||||
mails_list = await current_app.mail_retrieve_model.list_for_token_id(
|
||||
mongo_conn = current_app.data_mongo,
|
||||
account_identifier = inbound_data.accountId,
|
||||
token_id = inbound_data.tokenId,
|
||||
limit = inbound_data.count,
|
||||
skip = inbound_data.fromCount
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user