cargo fmt
This commit is contained in:
+1
-1
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user