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
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user