Removing hard coded user_id #38

Merged
phoenix merged 3 commits from queue_item_change into devel 2025-07-23 01:18:36 +00:00
Showing only changes of commit 3dc4210b0b - Show all commits

View File

@@ -155,12 +155,9 @@ async fn some_work(
Ok(_inner_response) => { Ok(_inner_response) => {
println!("Response: {_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 // TODO: Place this somewhere else
let song_type = String::from("flac"); let song_type = String::from("flac");
// Err(std::io::Error::other(err.to_string()))
match the_rest::create_song::create( match the_rest::create_song::create(
app_base_url, app_base_url,
&metadata, &metadata,