Поправлен баг
This commit is contained in:
@@ -448,10 +448,12 @@ class DbSearcher {
|
|||||||
for (const id of ids) {
|
for (const id of ids) {
|
||||||
const row = @unsafeRow(id);
|
const row = @unsafeRow(id);
|
||||||
|
|
||||||
for (const book of row.books) {
|
if (row) {
|
||||||
if (filterBook(book)) {
|
for (const book of row.books) {
|
||||||
result.add(id);
|
if (filterBook(book)) {
|
||||||
break;
|
result.add(id);
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user