Skip to content

Commit

Permalink
chore(internal): minor formatting improvement (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored and rattrayalex committed Oct 11, 2023
1 parent 142e96d commit a986f28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/streaming.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export class Stream<Item> implements AsyncIterable<Item> {
this.controller.abort();
throw new AnthropicError(`Attempted to iterate over a response with no body`);
}

const lineDecoder = new LineDecoder();

const iter = readableStreamAsyncIterable<Bytes>(this.response.body);
Expand Down

0 comments on commit a986f28

Please sign in to comment.