Skip to content

Commit 393832b

Browse files
author
Tim Kelty
committed
Use previously set fm var
1 parent b938cfe commit 393832b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImageHandler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ class ImageHandler {
164164
}
165165
image.avif(options)
166166
} else {
167-
image.toFormat(edits.fm.processedValue)
167+
image.toFormat(fm)
168168
}
169169

170170
return image

0 commit comments

Comments
 (0)