Skip to content

Commit ed28613

Browse files
authored
Updated not_member_of operator to NotMemberOf (#594)
1 parent 7199441 commit ed28613

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/eligibility_signposting_api/model/campaign_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class RuleOperator(StrEnum):
7373
is_in = "in"
7474
not_in = "not_in"
7575
member_of = "MemberOf"
76-
not_member_of = "NotaMemberOf"
76+
not_member_of = "NotMemberOf"
7777
is_null = "is_null"
7878
is_not_null = "is_not_null"
7979
is_between = "between"

0 commit comments

Comments
 (0)