Removed comment
All checks were successful
Rust Build / Check (pull_request) Successful in 42s
Rust Build / Test Suite (pull_request) Successful in 1m4s
Rust Build / Rustfmt (pull_request) Successful in 26s
Rust Build / Clippy (pull_request) Successful in 45s
Rust Build / build (pull_request) Successful in 1m9s

This commit is contained in:
2025-04-06 20:13:34 -04:00
parent 3b2a9a0cd7
commit 14973dfc08

View File

@@ -60,7 +60,6 @@ pub mod endpoint {
} }
}; };
// End
let user = repo::user::get(&pool, &usr.username).await.unwrap(); let user = repo::user::get(&pool, &usr.username).await.unwrap();
let salt = repo::salt::get(&pool, &user.salt_id).await.unwrap(); let salt = repo::salt::get(&pool, &user.salt_id).await.unwrap();
let salt_str = hashing::get_salt(&salt.salt).unwrap(); let salt_str = hashing::get_salt(&salt.salt).unwrap();