feat: add thumbnail spec

This commit is contained in:
2026-01-20 20:11:27 -08:00
parent 2bc6d1bdb0
commit 09f6f49390
7 changed files with 22 additions and 9 deletions

View File

@@ -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?