fix: clear cache

This commit is contained in:
Vlad Stan
2026-02-05 12:21:01 +02:00
parent 617f9c14ed
commit 6f6f7d4542
+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",
{"user": user_id},
)
await clear_user_id_cache(user_id)
async def get_accounts(