Skip to content

Commit 49c8589

Browse files
ANKUR DWIVEDIANKUR DWIVEDI
authored andcommitted
updated test suit
1 parent 9d64e53 commit 49c8589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/url/builder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function constructTransformationString(transformation: Transformation[] | undefi
9393
parsedTransformStep.push(transformation[i][key]);
9494
} else {
9595
var value = transformation[i][key];
96-
if (transformKey === "oi" || transformKey === "di") {
96+
if (transformKey === "di") {
9797
value = removeTrailingSlash(removeLeadingSlash(value || ""));
9898
value = value.replace(/\//g, "@@");
9999
}

0 commit comments

Comments
 (0)