diff --git a/app/lib/hooks/useMessageParser.ts b/app/lib/hooks/useMessageParser.ts index a70fb82..ffb0035 100644 --- a/app/lib/hooks/useMessageParser.ts +++ b/app/lib/hooks/useMessageParser.ts @@ -22,7 +22,7 @@ const messageParser = new StreamingMessageParser({ onActionOpen: (data) => { logger.trace('onActionOpen', data.action); - // we only add shell actions when when the close tag got parsed because only then we have the content + // we only add shell actions when the close tag got parsed because only then we have the content if (data.action.type !== 'shell') { workbenchStore.addAction(data); }