Skip to content

Commit 5555d09

Browse files
authored
fix(chat-client): missing break in getSerializedChat request handling (#978)
1 parent 9b94661 commit 5555d09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chat-client/src/client/chat.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ export const createChat = (
153153
break
154154
case GET_SERIALIZED_CHAT_REQUEST_METHOD:
155155
mynahApi.getSerializedChat(message.requestId, message.params as GetSerializedChatParams)
156+
break
156157
case CHAT_OPTIONS: {
157158
const params = (message as ChatOptionsMessage).params
158159
if (params?.quickActions?.quickActionsCommandGroups) {

0 commit comments

Comments
 (0)