diff options
author | Eric Bailey <git@esb.lol> | 2024-08-08 11:48:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-08 11:48:32 -0500 |
commit | e1df2b0b160c32ef2d62eef067808b1ff8c25e51 (patch) | |
tree | 4b55ae3dca46ec9abcb1599b718fe24383fef158 /src/lib/statsig/gates.ts | |
parent | f3a9f874d96d8cf4e1705c8c9086949bd59b25c0 (diff) | |
download | voidsky-e1df2b0b160c32ef2d62eef067808b1ff8c25e51.tar.zst |
Remove explore_page_profile_card_social_proof (#4894)
Diffstat (limited to 'src/lib/statsig/gates.ts')
-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 7cdf7551e..f0dd08185 100644 --- a/src/lib/statsig/gates.ts +++ b/src/lib/statsig/gates.ts @@ -1,7 +1,6 @@ export type Gate = // Keep this alphabetic please. | 'debug_show_feedcontext' - | 'explore_page_profile_card_social_proof' | 'native_pwi_disabled' | 'new_user_guided_tour' | 'new_user_progress_guide' |