v0.13-dockerP5
This commit is contained in:
@@ -485,6 +485,8 @@ async fn create_by_isbn(
|
||||
isbn: doc_sent.isbn.unwrap_or(vec!["".to_string()]),
|
||||
};
|
||||
booksman_search::create_or_update_book(book_meili, meili_client).await;
|
||||
} else {
|
||||
println!("ISBN Not found : {}",isbnstring);
|
||||
}
|
||||
}
|
||||
return "Done";
|
||||
|
||||
Reference in New Issue
Block a user