Поправил бажок

This commit is contained in:
Book Pauk
2019-01-26 01:50:21 +07:00
parent 641409902e
commit b39808d188

View File

@@ -42,7 +42,7 @@ function cleanBooks(state) {
} }
if (found) { if (found) {
delBook(found); delBook(state, found);
cleanBooks(state); cleanBooks(state);
} }
} }