Nullify fetch_format for Imgproxy (#12988)

This commit is contained in:
Mac Siri 2021-03-16 10:36:27 -04:00 committed by GitHub
parent 04d5ea8e82
commit e31da314a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,6 +51,7 @@ module Images
end
options[:crop] = nil
options[:fetch_format] = nil
options
end