fix typo causing 500

This commit is contained in:
SrGooglo 2023-08-17 23:47:30 +00:00
parent 4c2969010d
commit db1df5e11b

View File

@ -49,7 +49,7 @@ async function processImage(file) {
const outputFilepath = path.resolve(file.cachePath, `${file.hash}_transformed.${format}`) const outputFilepath = path.resolve(file.cachePath, `${file.hash}_transformed.${format}`)
await transformResult.toFile(outputFilepath) await image.toFile(outputFilepath)
file.filepath = outputFilepath file.filepath = outputFilepath