From 67f105edcf45e19302d5b0643d8b44dbc31c34d9 Mon Sep 17 00:00:00 2001 From: Borja <158476064+borja-writefull@users.noreply.github.com> Date: Tue, 30 Sep 2025 10:31:34 +0200 Subject: [PATCH] Change `suggestion-click` event listener to avoid duplications (#28756) GitOrigin-RevId: 4feac33ee530f768397a9097e96400ff25d70e5c --- .../web/frontend/js/shared/context/types/writefull-instance.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/services/web/frontend/js/shared/context/types/writefull-instance.ts b/services/web/frontend/js/shared/context/types/writefull-instance.ts index 120590e668..9c9e7371d3 100644 --- a/services/web/frontend/js/shared/context/types/writefull-instance.ts +++ b/services/web/frontend/js/shared/context/types/writefull-instance.ts @@ -5,7 +5,6 @@ export interface WritefullEvents { } 'writefull-received-suggestions': { numberOfSuggestions: number } 'writefull-register-as-auto-account': { email: string } - 'writefull-shared-analytics': { eventName: string; segmentation: object } 'writefull-ai-assist-show-paywall': { origin?: string } }