Skip to content

Commit

Permalink
Merge da263b9 into 96a738f
Browse files Browse the repository at this point in the history
  • Loading branch information
jimlambie committed Nov 21, 2018
2 parents 96a738f + da263b9 commit 2b65d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dadi/lib/handlers/image.js
Expand Up @@ -64,7 +64,7 @@ const IMAGE_PARAMETERS = [
{ name: 'strip', aliases: ['s'] },
{ name: 'rotate', aliases: ['r'] },
{ name: 'flip', aliases: ['fl'] },
{ name: 'progressive', aliases: ['pg'], default: 'true' }
{ name: 'progressive', aliases: ['pg'] }
]

/**
Expand Down

0 comments on commit 2b65d23

Please sign in to comment.