chore: remove todo comment lol
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user