tsk-50: Warning fix
This commit is contained in:
@@ -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),
|
||||
|
Reference in New Issue
Block a user