fix: was not correctly setting teh wolves ID
All checks were successful
Build / build (push) Successful in 2m1s
Build / deploy (push) Successful in 9s

This commit is contained in:
silver 2025-09-07 18:27:19 +01:00
parent 1dae2ecb26
commit 0a21ac2f5d
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