🔧 Refactoring the uncompression methods for "Read Comic" and "Uncompress Archive" operations #43

Merged
rishighan merged 5 commits from dev into master 2022-12-06 22:08:54 +00:00
Showing only changes of commit 2ee0e85f92 - Show all commits

View File

@@ -274,7 +274,7 @@ export const extractComicArchive =
}, },
data: { data: {
filePath: path, filePath: path,
...options, options,
}, },
}); });
map(extractedComicBookArchive.data, (page) => { map(extractedComicBookArchive.data, (page) => {