tsk-41: Service now works
Some checks failed
Rust Build / Check (pull_request) Successful in 33s
Rust Build / Rustfmt (pull_request) Failing after 33s
Rust Build / Test Suite (pull_request) Successful in 36s
Rust Build / Clippy (pull_request) Successful in 1m12s
Rust Build / build (pull_request) Successful in 46s

This commit is contained in:
2025-08-14 18:57:28 -04:00
parent aa93e6cc4a
commit b8bbd66fd3

View File

@@ -60,8 +60,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
if !empty {
println!("Queue is not empty");
println!("SongQueueItem: {song_queue_item:?}");
// TODO: For now, focus on making sure the token is valid before you get here
continue;
let song_queue_id = song_queue_item.data[0].id;
let user_id = song_queue_item.data[0].user_id;