We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa6efe8 commit 42f7f58Copy full SHA for 42f7f58
1 file changed
packages/lib/cloudinary.cfc
@@ -199,7 +199,7 @@ component {
199
else if (len(autoUploadFolder) and refindnocase(reAuto, arguments.file)){
200
stResult["type"] = "auto";
201
stResult["source"] = rereplacenocase(arguments.file, reAuto, "\2");
202
- stResult["transformation"] = rereplace(arguments.file, reAuto, "\1")
+ stResult["transformation"] = rereplace(arguments.file, reAuto, "\1");
203
if (len(stResult["transformation"])){
204
stResult["untransformed"] = apiURLPrefix & "/upload" & autoUploadFolder & stResult.source;
205
}
0 commit comments