Skip to content

Commit 98c2a0a

Browse files
authored
Merge branch 'main' into feature/eja-eli-537-enable-WAF-blocking-in-prod
2 parents bcef36f + ed28613 commit 98c2a0a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)