We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1143dbe commit 323b0a0Copy full SHA for 323b0a0
.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