From 3dc4210b0b3528bc737b94c2bce7241a0156fd03 Mon Sep 17 00:00:00 2001 From: phoenix Date: Tue, 22 Jul 2025 21:15:14 -0400 Subject: [PATCH] Cleanup --- src/main.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/main.rs b/src/main.rs index f1169f9..aef13f4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -155,12 +155,9 @@ async fn some_work( Ok(_inner_response) => { println!("Response: {_inner_response:?}"); - // TODO: Do not hard code this. Check if one of the existing - // endpoints already have the user_id - // let user_id = uuid::Uuid::new_v4(); // TODO: Place this somewhere else let song_type = String::from("flac"); - // Err(std::io::Error::other(err.to_string())) + match the_rest::create_song::create( app_base_url, &metadata,