We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd93260 commit 048550aCopy full SHA for 048550a
src/server/auth-client.ts
@@ -2374,10 +2374,6 @@ export class AuthClient {
2374
method: clonedReq.method,
2375
headers,
2376
body: bodyBuffer,
2377
- // @ts-expect-error duplex is not known, while we do need it for sending streams as the body.
2378
- // As we are receiving a request, body is always exposed as a ReadableStream when defined,
2379
- // so setting duplex to 'half' is required at that point.
2380
- duplex: bodyBuffer ? "half" : undefined
2381
},
2382
{ scope: options.scope, audience: options.audience }
2383
);
0 commit comments