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.
2 parents 1fe702c + d81c3ea commit 14144b9Copy full SHA for 14144b9
ui/src/routes/orchestrator/github/webhook.tsx
@@ -10,6 +10,8 @@ export const Route = createFileRoute('/orchestrator/github/webhook')({
10
method: 'POST',
11
headers: request.headers,
12
body: request.body,
13
+ // @ts-expect-error: 'duplex' is required by Node/undici for streaming bodies
14
+ duplex: 'half',
15
});
16
17
return response;
0 commit comments