Code refactoring #40

Merged
kdeng00 merged 2 commits from changes into master 2025-03-25 22:14:26 -04:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit 63bc041f0b - Show all commits
-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;
}
-1
View File
@@ -26,7 +26,6 @@ impl Upload {
) -> Result<reqwest::Response, reqwest::Error> {
self.api.endpoint = String::from("song/data/upload/with/data");
let url = self.retrieve_url();
// let new_song = self.initialize_song(&song, &album);
let access_token = token.bearer_token();
if url.is_empty() {