Skip to content

Commit 6baac91

Browse files
Update src/api/providers/claude-code.ts
Co-authored-by: Copilot <[email protected]>
1 parent 0393752 commit 6baac91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/providers/claude-code.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export class ClaudeCodeHandler extends BaseProvider implements ApiHandler {
156156
}
157157
}
158158

159-
// TOOD: Validate instead of parsing
159+
// TODO: Validate instead of parsing
160160
private attemptParseChunk(data: string): ClaudeCodeMessage | null {
161161
try {
162162
return JSON.parse(data)

0 commit comments

Comments
 (0)