Skip to content

Commit ec78216

Browse files
committed
Fixed formatting
1 parent a7efd46 commit ec78216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ router.post(
184184
};
185185

186186
// Quality is only supported for JPEG and WebP formats
187-
if (body.format === 'jpeg' || body.format === 'webp') {
187+
if (body.format === "jpeg" || body.format === "webp") {
188188
screenshotOptions.quality = body.quality;
189189
}
190190

0 commit comments

Comments
 (0)