(20241212) Day-end push.

This commit is contained in:
2024-12-12 20:27:00 +05:30
parent e5d5c4c86d
commit e9a106dd91
10 changed files with 212 additions and 403 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ async def sync_mails(
"""
# Try to sync the mails:
return await current_app.mail_api_model.sync(
return await current_app.mail_controller.sync(
db_conn = current_app.sql_writer,
mongo_conn = current_app.data_mongo,
user_info = user_info,