This commit is contained in:
2025-07-10 09:38:33 +02:00
parent e3e34930c0
commit d6da8dc01e

View File

@@ -20,6 +20,6 @@ async fn main() {
// Ok(text) => text, // Ok(text) => text,
// Err(error) => println!("NOPE"), // Err(error) => println!("NOPE"),
// }; // // }; //
let channels: Map<Channel> =serde_json::from_str(&resp).expect("EUH"); let channels: Vec<Channel> =serde_json::from_str(&resp).expect("EUH");
} }