Skip to content

Commit bc08fd1

Browse files
maradini77Aniket-Engg
authored andcommitted
Update streamHandler.ts
1 parent 22ef3f8 commit bc08fd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libs/remix-ai-core/src/helpers/streamHandler.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ export const HandleStreamResponse = async (streamResponse,
5858
}
5959
}
6060

61-
export const UpdtateChatHistory = (userPromptprompt: string, AIAnswer: string) => {
62-
ChatHistory.pushHistory(userPromptprompt, AIAnswer)
63-
}
61+
export const UpdateChatHistory = (userPrompt: string, AIAnswer: string) => {
62+
ChatHistory.pushHistory(userPrompt, AIAnswer)
63+
}

0 commit comments

Comments
 (0)