Skip to content

Commit 323b0a0

Browse files
committed
fix ai config
1 parent 1143dbe commit 323b0a0

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)