From b8bbd66fd3ea4a29e759f8f45fd642d2e476c0df Mon Sep 17 00:00:00 2001 From: phoenix Date: Thu, 14 Aug 2025 18:57:28 -0400 Subject: [PATCH] tsk-41: Service now works --- src/main.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index 05ac867..6912de9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -60,8 +60,6 @@ async fn main() -> Result<(), Box> { 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;