From e1087b10ad6e88b70d88b28f4e4220e3e7185e4c Mon Sep 17 00:00:00 2001 From: Ashish Keshan Date: Fri, 7 Feb 2025 13:01:35 -0500 Subject: [PATCH] [AI Search] Temporarily revert staffship (#54308) --- src/events/components/experiments/experiments.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/events/components/experiments/experiments.ts b/src/events/components/experiments/experiments.ts index b5b1695c20f8..e387e463e659 100644 --- a/src/events/components/experiments/experiments.ts +++ b/src/events/components/experiments/experiments.ts @@ -22,7 +22,7 @@ export const EXPERIMENTS = { percentOfUsersToGetExperiment: 0, // 10% of users will get the experiment includeVariationInContext: true, // All events will include the `experiment_variation` of the `ai_search_experiment` limitToLanguages: ['en'], // Only users with the `en` language will be included in the experiment - alwaysShowForStaff: true, // When set to true, staff will always see the experiment (determined by the `staffonly` cookie) + alwaysShowForStaff: false, // When set to true, staff will always see the experiment (determined by the `staffonly` cookie) }, /* Add new experiments here, example: 'example_experiment': {