diff options
author | dan <dan.abramov@gmail.com> | 2024-04-24 17:45:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-24 17:45:11 +0100 |
commit | e2a59449dfc5da9c06b98ad66b3669fff67f9506 (patch) | |
tree | 88764fd7839e3a1e96b66eec084468d7a40258ac /src/lib/statsig/gates.ts | |
parent | 8ec3d8c76e4ec94628ecb8b85eab1cbf83dcefe1 (diff) | |
download | voidsky-e2a59449dfc5da9c06b98ad66b3669fff67f9506.tar.zst |
Remove old Suggested Follows logic (#3689)
Diffstat (limited to 'src/lib/statsig/gates.ts')
-rw-r--r-- | src/lib/statsig/gates.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/statsig/gates.ts b/src/lib/statsig/gates.ts index 765670aaf..ab040a974 100644 --- a/src/lib/statsig/gates.ts +++ b/src/lib/statsig/gates.ts @@ -8,4 +8,3 @@ export type Gate = | 'start_session_with_following_v2' | 'test_gate_1' | 'test_gate_2' - | 'use_new_suggestions_endpoint' |