We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7199441 commit ed28613Copy full SHA for ed28613
1 file changed
src/eligibility_signposting_api/model/campaign_config.py
@@ -73,7 +73,7 @@ class RuleOperator(StrEnum):
73
is_in = "in"
74
not_in = "not_in"
75
member_of = "MemberOf"
76
- not_member_of = "NotaMemberOf"
+ not_member_of = "NotMemberOf"
77
is_null = "is_null"
78
is_not_null = "is_not_null"
79
is_between = "between"
0 commit comments