Skip to content

Commit

Permalink
fix symmetry messages
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmacarthy committed Sep 22, 2024
1 parent a55785a commit 8c5f4e5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/webview/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -314,10 +314,6 @@ export const Chat = (props: ChatProps): JSX.Element => {

global.vscode.postMessage(clientMessage)

saveLastConversation({
...conversation,
messages: updatedMessages
})
return updatedMessages
})

Expand Down

0 comments on commit 8c5f4e5

Please sign in to comment.