Warning fix
Some checks failed
Rust Build / Check (pull_request) Failing after 1m50s
Rust Build / Rustfmt (pull_request) Successful in 29s
Rust Build / Test Suite (pull_request) Failing after 36s
Rust Build / build (pull_request) Failing after 36s
Rust Build / Clippy (pull_request) Failing after 1m4s

This commit is contained in:
2025-07-22 21:05:58 -04:00
parent 26147ed0b6
commit e67139bb3b

View File

@@ -164,7 +164,7 @@ async fn some_work(
match the_rest::create_song::create(
app_base_url,
&metadata,
&user_id,
user_id,
&song_type,
)
.await