Skip to content

Commit 14144b9

Browse files
committed
Merge branch 'develop' of https://github.com/diggerhq/digger into feat/breardon2011/ui-speed
2 parents 1fe702c + d81c3ea commit 14144b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ui/src/routes/orchestrator/github/webhook.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ export const Route = createFileRoute('/orchestrator/github/webhook')({
1010
method: 'POST',
1111
headers: request.headers,
1212
body: request.body,
13+
// @ts-expect-error: 'duplex' is required by Node/undici for streaming bodies
14+
duplex: 'half',
1315
});
1416

1517
return response;

0 commit comments

Comments
 (0)