mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
fix typo causing 500
This commit is contained in:
parent
198a695b46
commit
6d33542b94
@ -49,7 +49,7 @@ async function processImage(file) {
|
||||
|
||||
const outputFilepath = path.resolve(file.cachePath, `${file.hash}_transformed.${format}`)
|
||||
|
||||
await transformResult.toFile(outputFilepath)
|
||||
await image.toFile(outputFilepath)
|
||||
|
||||
file.filepath = outputFilepath
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user