diff --git a/src/main.rs b/src/main.rs index 4dc98ee..e059769 100644 --- a/src/main.rs +++ b/src/main.rs @@ -141,9 +141,7 @@ mod api { pub mod response { use futures::StreamExt; - // use serde::{Deserialize, Serialize}; - // pub struct Response { - // } + pub async fn parse_response( response: reqwest::Response, ) -> Result, reqwest::Error> {