Skip to content

Commit a574908

Browse files
dont check quality property as it is optional
1 parent 9af2ff2 commit a574908

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ module.exports = {
3232
this.checkProperty('outputFileName', obj);
3333
this.checkProperty('convertTo', obj);
3434
this.checkProperty('sizes', obj);
35-
this.checkProperty('quality', obj);
3635
const inputPath = path.join(this.app.project.root, obj.inputFilename);
3736

3837
const pathData = path.parse(inputPath);

0 commit comments

Comments
 (0)