Skip to content

Commit 9bb50d0

Browse files
remove the extra messageId
1 parent 4e4e5cd commit 9bb50d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/amazonq/mynah-ui/src/mynah-ui/ui/apps/codeTestChatConnector.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,6 @@ export class CodeTestChatConnector {
575575
onChatItemVoted = (tabId: string, messageId: string, vote: string): void | undefined => {
576576
this.sendMessageToExtension({
577577
tabID: tabId,
578-
messageId: messageId,
579578
vote: vote,
580579
command: 'chat-item-voted',
581580
tabType: 'codetest',

0 commit comments

Comments
 (0)