(20241205) Accepting many token ids to list mails.

This commit is contained in:
2024-12-05 15:07:07 +05:30
parent 9b154a6cce
commit 2c053fa6f2
7 changed files with 19 additions and 11 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ async def request_oauth_authorization_url(
client_user_id = {
"userId": inbound_data.auth.userId,
"senderId": inbound_data.auth.senderId,
"entityId": inbound_data.auth.enttiyId
"entityId": inbound_data.auth.entityId
},
auth = inbound_data.auth.model_dump(),
token = None,