Fault-tolerant delivery system

This commit is contained in:
Alphonse Paix
2025-09-04 02:54:49 +02:00
parent d47fba5cc9
commit 3057fdc927
31 changed files with 872 additions and 116 deletions

View File

@@ -121,7 +121,7 @@ async fn get_stored_credentials(
SELECT user_id, password_hash
FROM users
WHERE username = $1
"#,
"#,
username,
)
.fetch_optional(connection_pool)