fix: clear cache

This commit is contained in:
Vlad Stan
2026-02-03 18:10:41 +02:00
parent 3aafc0724f
commit 84e6b3a9a8
+1
View File
@@ -61,6 +61,7 @@ async def delete_account(user_id: str, conn: Connection | None = None) -> None:
"DELETE from accounts WHERE id = :user", "DELETE from accounts WHERE id = :user",
{"user": user_id}, {"user": user_id},
) )
await clear_user_id_cache(user_id)
async def get_accounts( async def get_accounts(