Skip to content

Commit f5a9683

Browse files
gagikCopilot
andcommitted
Update packages/compass-assistant/src/assistant-chat.tsx
Co-authored-by: Copilot <[email protected]>
1 parent d2563d8 commit f5a9683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/compass-assistant/src/assistant-chat.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ export const AssistantChat: React.FunctionComponent<AssistantChatProps> = ({
109109
const feedback: 'positive' | 'negative' =
110110
rating === 'liked' ? 'positive' : 'negative';
111111

112-
track('Assistant Feedback Submitted', () => ({
112+
track('Assistant Feedback Submitted', {
113113
feedback,
114114
text: textFeedback,
115115
request_id: null,
116-
}));
116+
});
117117
},
118118
[track]
119119
);

0 commit comments

Comments
 (0)