chore: remove todo comment lol

This commit is contained in:
2026-04-13 10:05:31 +02:00
parent f504155d77
commit 96ba273dc5

View File

@@ -12,7 +12,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
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,