highland stream

This commit is contained in:
2021-05-12 08:51:59 -07:00
parent aa9927d5c5
commit dcd2d88d1d

View File

@@ -63,7 +63,7 @@ export default class ProductsService extends Service {
ctx.params.extractionOptions, ctx.params.extractionOptions,
ctx.params.walkedFolders ctx.params.walkedFolders
); );
return H(comicBookCoversData) const foo = H(comicBookCoversData)
.through(stringify); .through(stringify);
}, },
}, },