Skip to content

Commit

Permalink
Merge pull request #34 from mayashavin/fix-documentation
Browse files Browse the repository at this point in the history
doc: fix condition for basic transformation
  • Loading branch information
mayashavin authored Jan 18, 2022
2 parents 49387a1 + 343485c commit 0406f91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/url-docs/content/en/transformations/basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,11 +298,11 @@ const url = buildImageUrl("example", {
transformations: {
condition: {
if: {
expression: {
expression: [{
characteristic: "width",
operator: "greaterThan",
value: 300
},
}],
transformations: [{
effect: {
name: "e_oil_paint",
Expand Down

0 comments on commit 0406f91

Please sign in to comment.