Removing hard coded user_id #38
@@ -164,7 +164,7 @@ async fn some_work(
|
|||||||
match the_rest::create_song::create(
|
match the_rest::create_song::create(
|
||||||
app_base_url,
|
app_base_url,
|
||||||
&metadata,
|
&metadata,
|
||||||
&user_id,
|
user_id,
|
||||||
&song_type,
|
&song_type,
|
||||||
)
|
)
|
||||||
.await
|
.await
|
||||||
|
Reference in New Issue
Block a user