Skip to content

Commit

Permalink
fix: emulate NotIContains
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-gilliotte committed Jul 28, 2023
1 parent 6c63d16 commit f6890f4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export default class ConditionTreeLeaf extends ConditionTree {
case 'NotIn':
case 'NotEqual':
case 'NotContains':
case 'NotIContains':
return !this.inverse().match(record, collection, timezone);

default:
Expand Down

0 comments on commit f6890f4

Please sign in to comment.