Resetting utils subtree.

This commit is contained in:
2024-12-19 10:04:53 +05:30
parent 17d9e6f45a
commit e8c3cd09ea
164 changed files with 304 additions and 135827 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ class MailSyncRequestHeaders(BaseModel):
class MailSyncRequestData(BaseModel):
tokenKey: str = Field(
description = "the account identifier (Mongo ObjectId) granted by 'MailOAuthModel.get_account_identifier'",
description = "the account identifier (Mongo ObjectId)",
frozen = True
)