diff options
author | Eric Bailey <git@esb.lol> | 2024-08-08 11:48:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-08 11:48:42 -0500 |
commit | 85fe95c988d34384879a74164ba58d329e34def8 (patch) | |
tree | f969c6e1eb2862cc4bf16796912043ba3bf86346 /src/lib | |
parent | e1df2b0b160c32ef2d62eef067808b1ff8c25e51 (diff) | |
download | voidsky-85fe95c988d34384879a74164ba58d329e34def8.tar.zst |
Remove new_user_progress_guide (#4895)
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 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' |