statsig: use new proxy endpoint (#6271)

This commit is contained in:
Hailey
2024-11-15 11:25:34 -08:00
committed by GitHub
parent d2c9f3ff92
commit 213070d6c9
+1
View File
@@ -59,6 +59,7 @@ function createStatsigOptions(prefetchUsers: StatsigUser[]) {
initTimeoutMs: 1,
// Get fresh flags for other accounts as well, if any.
prefetchUsers,
api: 'https://events.bsky.app/v2',
}
}