diff options
author | Hailey <me@haileyok.com> | 2025-01-10 09:45:58 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-10 09:45:58 -0800 |
commit | d79c66af8ac20771c6de08bfc3b9fa953669764a (patch) | |
tree | 13d08b0f74f1ee7183751c62fe1c822b90e50e70 /src/lib/statsig | |
parent | 02dbcc134ef9f9870c4f6eab2da93773b8310d67 (diff) | |
download | voidsky-d79c66af8ac20771c6de08bfc3b9fa953669764a.tar.zst |
add back statsig gate testing (#7404)
Diffstat (limited to 'src/lib/statsig')
-rw-r--r-- | src/lib/statsig/gates.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/statsig/gates.ts b/src/lib/statsig/gates.ts index 455a70345..d2caa47f2 100644 --- a/src/lib/statsig/gates.ts +++ b/src/lib/statsig/gates.ts @@ -4,4 +4,6 @@ export type Gate = | 'debug_subscriptions' | 'new_postonboarding' | 'remove_show_latest_button' + | 'test_gate_1' + | 'test_gate_2' | 'trending_topics_beta' |