cargo fmt
catapult PR / Clippy (pull_request) Successful in 55s
catapult PR / Rustfmt (pull_request) Successful in 1m0s
catapult PR / Check (pull_request) Successful in 1m21s

This commit is contained in:
2026-06-24 15:29:21 -04:00
parent 452c63fd14
commit c67ca1b2a1
5 changed files with 62 additions and 60 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ pub mod auth {
}
async fn parse_token_response(
response: &String,
response: &str,
) -> Result<textsender_models::token::LoginResult, std::io::Error> {
match serde_json::from_str::<serde_json::Value>(response) {
Ok(j) => {