Start fixing batched webhook delivery

This commit is contained in:
nicktrn
2023-12-04 11:11:24 +00:00
parent 32c6815859
commit 9971267af2
+1 -1
View File
@@ -600,7 +600,7 @@ export class TriggerClient {
const sourceRequestInit: RequestInit = {
method: req.method,
headers: req.headers,
body: needsBody ? request.body : undefined,
body: needsBody ? req.body : undefined,
};
if (needsBody) {