Skip to content

Commit e1087b1

Browse files
authored
[AI Search] Temporarily revert staffship (#54308)
1 parent 28e37fa commit e1087b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/events/components/experiments/experiments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const EXPERIMENTS = {
2222
percentOfUsersToGetExperiment: 0, // 10% of users will get the experiment
2323
includeVariationInContext: true, // All events will include the `experiment_variation` of the `ai_search_experiment`
2424
limitToLanguages: ['en'], // Only users with the `en` language will be included in the experiment
25-
alwaysShowForStaff: true, // When set to true, staff will always see the experiment (determined by the `staffonly` cookie)
25+
alwaysShowForStaff: false, // When set to true, staff will always see the experiment (determined by the `staffonly` cookie)
2626
},
2727
/* Add new experiments here, example:
2828
'example_experiment': {

0 commit comments

Comments
 (0)