about summary refs log tree commit diff
path: root/src/lib/statsig/events.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/statsig/events.ts')
-rw-r--r--src/lib/statsig/events.ts6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/statsig/events.ts b/src/lib/statsig/events.ts
index 8d684a4e7..f5275f305 100644
--- a/src/lib/statsig/events.ts
+++ b/src/lib/statsig/events.ts
@@ -239,10 +239,6 @@ export type LogEvents = {
 
   'trendingTopics:show': {}
   'trendingTopics:hide': {
-    context:
-      | 'sidebar'
-      | 'interstitial'
-      | 'explore:trending'
-      | 'explore:recommendations'
+    context: 'sidebar' | 'interstitial' | 'explore:trending'
   }
 }