feat: add thumbnail spec
This commit is contained in:
@@ -42,7 +42,6 @@ pub async fn get_repos(
|
||||
.into_iter()
|
||||
.map(|r| r.id)
|
||||
.collect::<HashSet<String>>();
|
||||
println!("{added_ids:?}");
|
||||
let data = response
|
||||
.json::<Vec<Repository>>()
|
||||
.await?
|
||||
|
||||
Reference in New Issue
Block a user