(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
@@ -146,7 +146,7 @@ async def sync_mails(
return await current_app.mail_sync_model.sync(
session_token = inbound_headers["X-Session-Token"],
mongo_conn = mongo_conn,
account_identifier = inbound_data.accountId,
token_id = inbound_data.tokenId,
llm = llm,
force_sync = inbound_data.forceSync,
start_date = inbound_data.startDate,