Skip to content

Commit 58ce8b2

Browse files
joeizangyann300
authored andcommitted
reverse payload sending
1 parent f472eca commit 58ce8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/tabs/src/lib/remix-ui-tabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ export const TabsUI = (props: TabsUIProps) => {
287287
await props.plugin.call('remixAI', 'chatPipe', 'code_explaining', content)
288288
}, 500)
289289
setExplaining(false)
290-
_paq.push(['trackEvent', 'ai', 'remixAI', 'explain_file', content])
290+
_paq.push(['trackEvent', 'ai', 'remixAI', 'explain_file'])
291291
}
292292
}}
293293
>

0 commit comments

Comments
 (0)