user-auth store frontend css v7
This commit is contained in:
@@ -668,7 +668,7 @@ async fn search_openlibrary(
|
||||
//resjson.set_all_descriptions().await;
|
||||
print!("Search token {:?}\n", search);
|
||||
let mut vec = Vec::with_capacity(12);
|
||||
for i in 0..12 as usize {
|
||||
for i in 0..resjson.docs.len() as usize {
|
||||
let doc = resjson.docs[i].clone();
|
||||
let mut goodread = "".to_string();
|
||||
if doc.id_goodreads.is_some() {
|
||||
|
||||
Reference in New Issue
Block a user