From 2ee0e85f92af46c683ccebd482e22230e9a3f10f Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Fri, 2 Dec 2022 10:43:35 -0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Refactoring?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/actions/fileops.actions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/actions/fileops.actions.tsx b/src/client/actions/fileops.actions.tsx index 93f844a..2fea5e1 100644 --- a/src/client/actions/fileops.actions.tsx +++ b/src/client/actions/fileops.actions.tsx @@ -274,7 +274,7 @@ export const extractComicArchive = }, data: { filePath: path, - ...options, + options, }, }); map(extractedComicBookArchive.data, (page) => {