mirror of
https://github.com/flibusta-apps/book_library_server.git
synced 2025-12-06 15:15:36 +01:00
Fix
This commit is contained in:
@@ -25,7 +25,7 @@ where
|
||||
.await
|
||||
.unwrap();
|
||||
|
||||
let item = &result.hits.get(0).unwrap().result;
|
||||
let item = &result.hits.first().unwrap().result;
|
||||
|
||||
item.get_id()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user