master
cody 3 months ago
parent 652318686d
commit c2ad64ad6b

@ -49,7 +49,7 @@ class UpdateBookIsbnData extends Command
$books = Book::whereNotNull('isbn')
->where('isbn', '!=', '')
->whereNull('cover_id')
->where('id', 1)
// ->where('id', 1)
->get();
if ($books->isEmpty()) {

Loading…
Cancel
Save