Change type of field assignment
All checks were successful
Rust Build / Check (pull_request) Successful in 48s
Rust Build / Test Suite (pull_request) Successful in 1m2s
Rust Build / Rustfmt (pull_request) Successful in 27s
Rust Build / Clippy (pull_request) Successful in 46s
Rust Build / build (pull_request) Successful in 1m12s

This commit is contained in:
2025-04-06 20:53:03 -04:00
parent d5f9960b6d
commit c77a7a1453

View File

@@ -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,
}],
}),
)