Skip to content

Commit

Permalink
chore(internal): minor formatting improvement (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Oct 5, 2023
1 parent a4b401e commit 3799863
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 @@ -26,6 +26,7 @@ export class Stream<Item> implements AsyncIterable<Item> {
this.controller.abort();
throw new OpenAIError(`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 3799863

Please sign in to comment.