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 1a95236 commit d81c3eaCopy full SHA for d81c3ea
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