Update src/api/providers/claude-code.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Hannes Rudolph 2025-06-18 20:21:52 -06:00 committed by GitHub
parent 0393752e2d
commit 6baac9147f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -156,7 +156,7 @@ export class ClaudeCodeHandler extends BaseProvider implements ApiHandler {
}
}
// TOOD: Validate instead of parsing
// TODO: Validate instead of parsing
private attemptParseChunk(data: string): ClaudeCodeMessage | null {
try {
return JSON.parse(data)