about summary refs log tree commit diff
path: root/src/lib
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2024-08-13 08:20:39 +0100
committerGitHub <noreply@github.com>2024-08-13 00:20:39 -0700
commit7e11b862e931b5351bd3463d984ab11ee9b46522 (patch)
tree9e75b7c031d01f7bd5ce8dc9c2f09bd61fbb162b /src/lib
parent1fce7a793d6fc67b58f0fccff327930cc0e062b0 (diff)
downloadvoidsky-7e11b862e931b5351bd3463d984ab11ee9b46522.tar.zst
Remove .withProxy() calls (#4929)
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/statsig/gates.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/statsig/gates.ts b/src/lib/statsig/gates.ts
index 5ae6bd530..492d09e95 100644
--- a/src/lib/statsig/gates.ts
+++ b/src/lib/statsig/gates.ts
@@ -3,7 +3,6 @@ export type Gate =
   | 'debug_show_feedcontext'
   | 'new_user_guided_tour'
   | 'onboarding_minimum_interests'
-  | 'session_withproxy_fix'
   | 'show_follow_back_label_v2'
   | 'suggested_feeds_interstitial'
   | 'video_debug'