diff options
author | dan <dan.abramov@gmail.com> | 2024-08-13 08:20:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-13 00:20:39 -0700 |
commit | 7e11b862e931b5351bd3463d984ab11ee9b46522 (patch) | |
tree | 9e75b7c031d01f7bd5ce8dc9c2f09bd61fbb162b /src/lib | |
parent | 1fce7a793d6fc67b58f0fccff327930cc0e062b0 (diff) | |
download | voidsky-7e11b862e931b5351bd3463d984ab11ee9b46522.tar.zst |
Remove .withProxy() calls (#4929)
Diffstat (limited to 'src/lib')
-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 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' |