Skip to content

Commit

Permalink
Removed deprecated TODO-comment :DD
Browse files Browse the repository at this point in the history
  • Loading branch information
lajp committed Nov 15, 2021
1 parent d4cd633 commit ad6727a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tori/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ pub struct ToriItem {
}

pub async fn api_parse_after(search: &str, after: i64) -> Vec<ToriItem> {
// TODO: This currently only supports the search term (and maybe something else I'm not sure)
let response_json: Value = serde_json::from_str(search).unwrap();
let mut items = Vec::new();
if let Some(ads) = response_json["list_ads"].as_array() {
Expand Down

0 comments on commit ad6727a

Please sign in to comment.