Fault-tolerant delivery system
This commit is contained in:
@@ -121,7 +121,7 @@ async fn get_stored_credentials(
|
||||
SELECT user_id, password_hash
|
||||
FROM users
|
||||
WHERE username = $1
|
||||
"#,
|
||||
"#,
|
||||
username,
|
||||
)
|
||||
.fetch_optional(connection_pool)
|
||||
|
||||
Reference in New Issue
Block a user