tsk-50: Warning fix

This commit is contained in:
2025-08-02 17:59:50 -04:00
parent 99fd64d5c8
commit d5e9a1723a

View File

@@ -111,7 +111,7 @@ pub mod endpoint {
if token_stuff::verify_token(&key, &token_literal) {
let login_result = icarus_models::login_result::LoginResult {
id: id,
id,
username: String::from("service"),
token: token_literal,
token_type: String::from(icarus_models::token::TOKEN_TYPE),