🐳 Workerizing

This commit is contained in:
2021-04-28 00:45:06 -07:00
parent 7031c5cd40
commit ce98e09bf1
3 changed files with 6 additions and 3 deletions

View File

@@ -172,6 +172,7 @@ export const extractArchive = async (
| IExtractedComicBookCoverFile[]
| IExtractComicBookCoverErrorResponse
> => {
console.log(extractionOptions);
switch (extractionOptions.folderDetails.extension) {
case ".cbz":
return await unzip(extractionOptions);