Code refactoring (#40)
* Code refactoring * Cleanup
This commit was merged in pull request #40.
This commit is contained in:
@@ -40,7 +40,6 @@ impl Delete {
|
||||
println!("Success!");
|
||||
let s = response.json::<icarus_models::song::Song>().await;
|
||||
match s {
|
||||
//
|
||||
Ok(parsed) => {
|
||||
sng = parsed;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user