Revert "fix: was not correctly setting teh wolves ID"

This reverts commit 0a21ac2f5d.
This commit is contained in:
silver 2025-09-07 18:48:32 +01:00
parent 0a21ac2f5d
commit 93481029a6
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -44,7 +44,7 @@ async fn update_wolves_id(db: &Pool<Sqlite>) {
SELECT id_wolves
FROM accounts_wolves
WHERE accounts.mail=accounts_wolves.email
)",
) IS NOT NULL",
)
.execute(db)
.await