summary refs log tree commit diff
path: root/src/api/routes/experiments.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/routes/experiments.ts')
-rw-r--r--src/api/routes/experiments.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/routes/experiments.ts b/src/api/routes/experiments.ts

index 0cad7342..24fd3ef1 100644 --- a/src/api/routes/experiments.ts +++ b/src/api/routes/experiments.ts
@@ -35,7 +35,7 @@ router.get("/", route({}), (req: Request, res: Response) => { if (uniqueUsernames) { // hash, revision, bucket, override, population, hash_result, as_mode // bucket 4 is used by the official client, and enables live checking and suggestions, 3 is only live checking - data.assignments.push([2476969328, 0, 3, -1, 0, 9267, 0, 0]); + data.assignments.push([2476969328, 0, 4, -1, 0, 9267, 0, 0]); } res.send(data); });