(20241212) dictionary key bug fix.

This commit is contained in:
2024-12-12 12:35:59 +05:30
parent 75d269c9a5
commit 70c817b3b8
5 changed files with 871 additions and 5 deletions
-1
View File
@@ -139,7 +139,6 @@ class MailOAuthModel(BaseModel):
"syncFreq": auth_token.syncFreq
},
"$setOnInsert": {
"version": auth_token.version,
"serviceType": auth_token.serviceType,
"client": auth_token.client,
"authType": auth_token.authType,