v0.13-dockerP5

This commit is contained in:
2022-11-30 19:32:31 +05:30
parent d1ce4addda
commit 3a44bc375e
2 changed files with 44 additions and 4 deletions

View File

@@ -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";