Skip to content

Commit 6831d42

Browse files
authored
Merge pull request #262 from launchdarkly-labs/ai_config_patch
fix ai config
2 parents 9d8bbfa + 323b0a0 commit 6831d42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: .github/workflows/demo_provisioning_scripts/DemoBuilder.py

-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@ def add_targeting_rules(self):
328328
res = self.ldproject.add_segment_to_flag("federatedAccounts", "development-team", "production")
329329
res = self.ldproject.add_segment_to_flag("wealthManagement", "beta-users", "production")
330330
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")
332331

333332

334333
def toggle_flags(self):

0 commit comments

Comments
 (0)