about summary refs log tree commit diff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/statsig/gates.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/statsig/gates.ts b/src/lib/statsig/gates.ts
index 4e614c58a..c88a97c75 100644
--- a/src/lib/statsig/gates.ts
+++ b/src/lib/statsig/gates.ts
@@ -2,7 +2,7 @@ export type Gate =
   // Keep this alphabetic please.
   | 'debug_show_feedcontext'
   | 'debug_subscriptions'
-  | 'new_postonboarding'
+  | 'old_postonboarding'
   | 'onboarding_add_video_feed'
   | 'remove_show_latest_button'
   | 'test_gate_1'