Skip to content

Commit

Permalink
fix: removed default value from condition unit
Browse files Browse the repository at this point in the history
  • Loading branch information
seankwarren committed Dec 1, 2023
1 parent 0cf877d commit 60c8bee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions schema/workflow/unit/condition.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
},
"maxOccurrences": {
"description": "Maximum occurrence of the condition, usable for loops.",
"type": "integer",
"default": 100
"type": "integer"
},
"throwException": {
"description": "Throw exception on reaching to maximum occurence.",
Expand Down

0 comments on commit 60c8bee

Please sign in to comment.