Code refactoring (#40)

* Code refactoring

* Cleanup
This commit was merged in pull request #40.
This commit is contained in:
KD
2025-03-25 22:14:26 -04:00
committed by GitHub
parent 19d6f2dc33
commit aa946a0a05
3 changed files with 126 additions and 189 deletions
-1
View File
@@ -40,7 +40,6 @@ impl Delete {
println!("Success!");
let s = response.json::<icarus_models::song::Song>().await;
match s {
//
Ok(parsed) => {
sng = parsed;
}