diff options
author | dan <dan.abramov@gmail.com> | 2024-11-22 22:01:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-22 22:01:52 +0000 |
commit | fee2f5daa24da55f178af355623057c11b3e387b (patch) | |
tree | 16ee07fbcdfd71c78df3634a4328bc0e77fbfa39 /src/lib/statsig | |
parent | ba04bb58cd23d8a4266d60087e2bf4dbda12e060 (diff) | |
download | voidsky-fee2f5daa24da55f178af355623057c11b3e387b.tar.zst |
Remove indirection, insert between slices (#6645)
Diffstat (limited to 'src/lib/statsig')
-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 715e09be7..3cec5d5b2 100644 --- a/src/lib/statsig/gates.ts +++ b/src/lib/statsig/gates.ts @@ -2,4 +2,3 @@ export type Gate = // Keep this alphabetic please. | 'debug_show_feedcontext' // DISABLED DUE TO EME | 'post_feed_lang_window' // DISABLED DUE TO EME - | 'suggested_feeds_interstitial' |