diff options
author | Hailey <me@haileyok.com> | 2024-04-11 15:59:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-11 23:59:13 +0100 |
commit | e3e8f10538bba57f1cf298fd1205846f801557eb (patch) | |
tree | 020d1dde01055dc8d82dfe19997b82c034c57897 /src | |
parent | 491116ca66564d9940f32602294ee0d743ea4756 (diff) | |
download | voidsky-e3e8f10538bba57f1cf298fd1205846f801557eb.tar.zst |
Added `new_profile_scroll_component` to `Gate` type (#3487)
* added to the types * alphabetical pls --------- Co-authored-by: dan <dan.abramov@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/statsig/gates.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/statsig/gates.ts b/src/lib/statsig/gates.ts index c755ad437..5a9582383 100644 --- a/src/lib/statsig/gates.ts +++ b/src/lib/statsig/gates.ts @@ -3,6 +3,7 @@ export type Gate = | 'autoexpand_suggestions_on_profile_follow' | 'disable_min_shell_on_foregrounding' | 'disable_poll_on_discover' + | 'new_profile_scroll_component' | 'new_search' | 'show_follow_back_label' | 'start_session_with_following' |