🛍 Added missing return

This commit is contained in:
2021-05-05 09:07:58 -07:00
parent dcec8f8bfc
commit 6406bb6ff7

View File

@@ -240,8 +240,8 @@ export const getCovers = async (
> => {
switch (options.extractionMode) {
case "bulk":
const extractedDataPromises = _.map(walkedFolders, (folder) => {
extractArchive(
const extractedDataPromises = _.map(walkedFolders, async (folder) => {
return await extractArchive(
{
extractTarget: options.extractTarget,
sourceFolder: options.sourceFolder,