Skip to content

Commit 0406f91

Browse files
authored
Merge pull request #34 from mayashavin/fix-documentation
doc: fix condition for basic transformation
2 parents 49387a1 + 343485c commit 0406f91

File tree

1 file changed

+2
-2
lines changed
  • docs/url-docs/content/en/transformations

1 file changed

+2
-2
lines changed

docs/url-docs/content/en/transformations/basic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,11 +298,11 @@ const url = buildImageUrl("example", {
298298
transformations: {
299299
condition: {
300300
if: {
301-
expression: {
301+
expression: [{
302302
characteristic: "width",
303303
operator: "greaterThan",
304304
value: 300
305-
},
305+
}],
306306
transformations: [{
307307
effect: {
308308
name: "e_oil_paint",

0 commit comments

Comments
 (0)