diff --git a/src/callers/login.rs b/src/callers/login.rs index 152c837..66286ee 100644 --- a/src/callers/login.rs +++ b/src/callers/login.rs @@ -82,7 +82,7 @@ pub mod endpoint { username: user.username, token: token_literal, token_type: String::from(token_stuff::TOKENTYPE), - expiration: duration as i32, + expiration: duration, }], }), )