Skip to content

Commit 50258cf

Browse files
ignore this change
Signed-off-by: nkomonen-amazon <[email protected]>
1 parent 6f6a8c2 commit 50258cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/core/src/amazonq/messages/messagePublisher.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ export class UiMessagePublisher<T> extends MessagePublisher<T> {
3030
}
3131

3232
public override publish(event: T): void {
33+
super.publish(event)
34+
return
3335
// immediately send if Chat UI is ready
3436
if (this.isUiReady) {
3537
super.publish(event)

0 commit comments

Comments
 (0)