Skip to content

Commit 42b8a34

Browse files
Jay ParekhJay Parekh
authored andcommitted
revert url encoding change
1 parent 37967e9 commit 42b8a34

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/imagekit/url.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@ def transformation_to_str(transformation)
154154
transformation[i][key] = transformation[i][key].gsub("/", "@@")
155155
end
156156

157-
transformation[i][key] = ERB::Util.url_encode(transformation[i][key]) if transform_key == "ot" || transform_key == "otf"
158-
159157
if transformation[i][key] == "-"
160158
parsed_transform_step.push(transform_key)
161159
else

0 commit comments

Comments
 (0)