Cleanup
Some checks failed
Rust Build / Check (pull_request) Failing after 30s
Rust Build / Rustfmt (pull_request) Successful in 30s
Rust Build / Test Suite (pull_request) Failing after 35s
Rust Build / build (pull_request) Failing after 34s
Rust Build / Clippy (pull_request) Failing after 40s

This commit is contained in:
2025-07-22 21:15:14 -04:00
parent e67139bb3b
commit 3dc4210b0b

View File

@@ -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,