Skip to content

Commit cd935b0

Browse files
ci: apply automated fixes
1 parent 5ef85e0 commit cd935b0

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

packages/typescript/ai-client/src/chat-client.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -608,11 +608,7 @@ export class ChatClient {
608608
const processingComplete = this.waitForProcessing()
609609

610610
// Send through normalized connection (pushes chunks to subscription queue)
611-
await this.connection.send(
612-
messages,
613-
mergedBody,
614-
signal,
615-
)
611+
await this.connection.send(messages, mergedBody, signal)
616612

617613
// Wait for subscription loop to finish processing all chunks
618614
await processingComplete

0 commit comments

Comments
 (0)