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.
1 parent 9d64e53 commit 49c8589Copy full SHA for 49c8589
src/url/builder.ts
@@ -93,7 +93,7 @@ function constructTransformationString(transformation: Transformation[] | undefi
93
parsedTransformStep.push(transformation[i][key]);
94
} else {
95
var value = transformation[i][key];
96
- if (transformKey === "oi" || transformKey === "di") {
+ if (transformKey === "di") {
97
value = removeTrailingSlash(removeLeadingSlash(value || ""));
98
value = value.replace(/\//g, "@@");
99
}
0 commit comments