We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d8bbfa + 323b0a0 commit 6831d42Copy full SHA for 6831d42
.github/workflows/demo_provisioning_scripts/DemoBuilder.py
@@ -328,7 +328,6 @@ def add_targeting_rules(self):
328
res = self.ldproject.add_segment_to_flag("federatedAccounts", "development-team", "production")
329
res = self.ldproject.add_segment_to_flag("wealthManagement", "beta-users", "production")
330
res = self.ldproject.add_segment_to_flag("cartSuggestedItems", "beta-users", "production")
331
- res = self.ldproject.add_segment_to_flag("ai-config--destination-picker-new-ai-model", "launch-airways-all-members", "production")
332
333
334
def toggle_flags(self):
0 commit comments