mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
fix typo causing 500
This commit is contained in:
parent
4c2969010d
commit
db1df5e11b
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user