diff --git a/homegrown/email/src/main.rs b/homegrown/email/src/main.rs index ae7c28a..180066b 100644 --- a/homegrown/email/src/main.rs +++ b/homegrown/email/src/main.rs @@ -20,6 +20,6 @@ async fn main() { // Ok(text) => text, // Err(error) => println!("NOPE"), // }; // - let channels: Vec =serde_json::from_str(&resp).expect("EUH"); + let channels: Map =serde_json::from_str(&resp).expect("EUH"); } diff --git a/static/yters.json b/static/yters.json index 3cfab04..ff31329 100644 --- a/static/yters.json +++ b/static/yters.json @@ -1,5 +1,3 @@ -{ - { "name": "squibquib", "id": "UC-9-sjOyxoDCdQlVzObzGsw", "type": "letsplay"}, - {"name":"sinixdesign", "id":"UCUQTqWAaSzhAKRanOpes1nA" , "type": "art"}, + { "name": "squibquib", "id": "UC-9-sjOyxoDCdQlVzObzGsw", "type": "letsplay"} + {"name":"sinixdesign", "id":"UCUQTqWAaSzhAKRanOpes1nA" , "type": "art"} {"name":"misshapenchair", "id": "", "type": "essay"} -}