Skip to content

Commit

Permalink
[AI Search] Temporarily revert staffship (#54308)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishkeshan authored Feb 7, 2025
1 parent 28e37fa commit e1087b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/components/experiments/experiments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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': {
Expand Down

0 comments on commit e1087b1

Please sign in to comment.