Skip to content

Commit

Permalink
Fix stop generating locally (onyx-dot-app#2452)
Browse files Browse the repository at this point in the history
* fix stop generating locally

* .
  • Loading branch information
pablonyx authored Sep 15, 2024
1 parent e2c37d6 commit 285bdbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/app/api/[...path]/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ async function handleRequest(request: NextRequest, path: string[]) {
method: request.method,
headers: request.headers,
body: request.body,
signal: request.signal,
// @ts-ignore
duplex: "half",
});
Expand Down

0 comments on commit 285bdbb

Please sign in to comment.