about summary refs log tree commit diff
path: root/src/lib
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-08-08 11:48:42 -0500
committerGitHub <noreply@github.com>2024-08-08 11:48:42 -0500
commit85fe95c988d34384879a74164ba58d329e34def8 (patch)
treef969c6e1eb2862cc4bf16796912043ba3bf86346 /src/lib
parente1df2b0b160c32ef2d62eef067808b1ff8c25e51 (diff)
downloadvoidsky-85fe95c988d34384879a74164ba58d329e34def8.tar.zst
Remove new_user_progress_guide (#4895)
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 f0dd08185..7631ff3f4 100644
--- a/src/lib/statsig/gates.ts
+++ b/src/lib/statsig/gates.ts
@@ -3,7 +3,6 @@ export type Gate =
   | 'debug_show_feedcontext'
   | 'native_pwi_disabled'
   | 'new_user_guided_tour'
-  | 'new_user_progress_guide'
   | 'onboarding_minimum_interests'
   | 'session_withproxy_fix'
   | 'show_avi_follow_button'