Skip to content

Commit 32a53f8

Browse files
author
David Hasani
committed
add changelog
1 parent 6dfcbaa commit 32a53f8

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Feature",
3+
"description": "Feature(Amazon Q Code Transformation): support conversions of embedded SQL from Oracle to PostgreSQL"
4+
}

packages/core/src/amazonqGumby/chat/controller/messenger/messenger.ts

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -447,23 +447,7 @@ export class Messenger {
447447
break
448448
}
449449

450-
const buttons: ChatItemButton[] = []
451-
buttons.push({
452-
keepCardAfterClick: false,
453-
text: CodeWhispererConstants.startTransformationButtonText,
454-
id: ButtonActions.CONFIRM_START_TRANSFORMATION_FLOW,
455-
})
456-
457-
this.dispatcher.sendChatMessage(
458-
new ChatMessage(
459-
{
460-
message,
461-
messageType: 'ai-prompt',
462-
buttons,
463-
},
464-
tabID
465-
)
466-
)
450+
this.sendJobFinishedMessage(tabID, message)
467451
}
468452

469453
/**

0 commit comments

Comments
 (0)