From 96ba273dc5e72ffff723cd4fa3a2f0589fbffe08 Mon Sep 17 00:00:00 2001 From: Aly Sewelam Date: Mon, 13 Apr 2026 10:05:31 +0200 Subject: [PATCH] chore: remove todo comment lol --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 77c3add..642f2c5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -12,7 +12,7 @@ async fn main() -> Result<(), Box> { let request = tonic::Request::new(LiveChatMessageListRequest { part: vec!["snippet".to_string()], - live_chat_id: Some(get_live_id(String::from("linlyboi"))), // TODO Fetch Latest Stream ID + live_chat_id: Some(get_live_id(String::from("linlyboi"))), max_results: Some(20), page_token: None, hl: None,