➿ Wired up the getComicCovers call
This commit is contained in:
@@ -20,11 +20,12 @@ export const greet = async (
|
||||
};
|
||||
|
||||
const fileObjects = await walkFolder("./comics");
|
||||
return await extractCoverFromComicBookArchive(
|
||||
const fo = await extractCoverFromComicBookArchive(
|
||||
{
|
||||
...targetOptions,
|
||||
paginationOptions: pagingConfig,
|
||||
},
|
||||
fileObjects,
|
||||
);
|
||||
return JSON.stringify(fo);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user