(20241217) Mail tags update also doesn't need token key now.

This commit is contained in:
2024-12-17 16:43:38 +05:30
parent 6d360b88ae
commit bfe7b1a78b
4 changed files with 36 additions and 9 deletions
+1 -1
View File
@@ -296,7 +296,7 @@ class CoreAuthTokenController(BaseModel):
async def get_token_from_key(
self,
mongo_conn: AsyncMongo,
token_key: ObjectId | str = None
token_key: ObjectId | str = None,
) -> CoreAuthTokenModel | None:
"""