Skip to content

Commit

Permalink
chore: remove redundant diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledmashaly committed Mar 30, 2023
1 parent 5d953c9 commit f6de98d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pieces/flow-controls/branch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This piece currently supports two types of conditions.

Unary conditions: Takes one value and checks if the condition applies to it.

- (Boolean) is true
- (Boolean) is true
- (Boolean) is false
- Doesn't Exist: checks if the value is an empty value (null/undefined/empty string)
- Exists: checks if the value is a non empty value.
Expand All @@ -29,6 +29,6 @@ Binary conditions: Takes two values and checks if the condition applies to them.
- (Number) is less than.

<Note> Conditions can get grouped by (Or/And) operators. </Note>
*Please let us know on Discord or Github if you would like us to introduce more conditions*
*Please let us know on Discord or Github if you would like us to introduce more conditions*

![title](/resources/screenshots/branch-settings.png)

0 comments on commit f6de98d

Please sign in to comment.