We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6db9eb3 + a74100e commit 12f8a4eCopy full SHA for 12f8a4e
app/controllers/api/nextv1/contribution_page_controller.rb
@@ -123,7 +123,7 @@ def image_properties(data)
123
new_filename = generate_filename(source_image_path: original_image_path)
124
{
125
io: File.open(original_image_path),
126
- filename: new_filename + extension + ".padded",
+ filename: new_filename + extension,
127
# remove period from beginning of extension type
128
content_type: "image/#{extension.tr(".", "")}"
129
}
0 commit comments