fix: clear cache

This commit is contained in:
Vlad Stan
2026-02-02 12:34:47 +02:00
parent e951d02c3d
commit ff6959095f
+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(