From b39808d188382d5c90f58143bf31fbb117f0d453 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Sat, 26 Jan 2019 01:50:21 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B1=D0=B0=D0=B6=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/store/modules/reader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/store/modules/reader.js b/client/store/modules/reader.js index e2ec7c0b..50b53eb6 100644 --- a/client/store/modules/reader.js +++ b/client/store/modules/reader.js @@ -42,7 +42,7 @@ function cleanBooks(state) { } if (found) { - delBook(found); + delBook(state, found); cleanBooks(state); } }