diff options
Diffstat (limited to 'src/lib/statsig')
-rw-r--r-- | src/lib/statsig/gates.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/statsig/gates.ts b/src/lib/statsig/gates.ts index 866d87aef..715e09be7 100644 --- a/src/lib/statsig/gates.ts +++ b/src/lib/statsig/gates.ts @@ -1,5 +1,5 @@ export type Gate = // Keep this alphabetic please. - | 'debug_show_feedcontext' - | 'post_feed_lang_window' + | 'debug_show_feedcontext' // DISABLED DUE TO EME + | 'post_feed_lang_window' // DISABLED DUE TO EME | 'suggested_feeds_interstitial' |