Skip to content

Commit 7e4e122

Browse files
Update app/lib/runtime/message-parser.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 1a0bfc8 commit 7e4e122

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/lib/runtime/message-parser.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import type { codinitArticactData } from '~/types/artifact';
1010
import { createScopedLogger } from '~/utils/logger';
1111
import { unreachable } from '~/utils/unreachable';
1212

13-
const ARTIFACT_TAG_OPEN = '<codinitArticact';
14-
const ARTIFACT_TAG_CLOSE = '</codinitArticact>';
13+
const ARTIFACT_TAG_OPEN = '<codinitArtifact';
14+
const ARTIFACT_TAG_CLOSE = '</codinitArtifact>';
1515
const ARTIFACT_ACTION_TAG_OPEN = '<CodinitAction';
1616
const ARTIFACT_ACTION_TAG_CLOSE = '</CodinitAction>';
1717

0 commit comments

Comments
 (0)