Skip to content

Commit

Permalink
fix: code
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Aug 29, 2024
1 parent 3555a77 commit 1d24b35
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,5 @@ export function LlamaIndexStream(
): ReadableStream {
return createParser(res)
.pipeThrough(createCallbacksTransformer(callbacks))
.pipeThrough(
createStreamDataTransformer(),
);
.pipeThrough(createStreamDataTransformer());
}

0 comments on commit 1d24b35

Please sign in to comment.