mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
added rawBody
This commit is contained in:
parent
e0752b861d
commit
700ca5c85a
|
@ -296,9 +296,10 @@ export class Webhook implements INodeType {
|
|||
body: this.getBodyData(),
|
||||
headers,
|
||||
query: this.getQueryData(),
|
||||
// @ts-ignore
|
||||
rawBody: req.rawBody,
|
||||
}
|
||||
);
|
||||
|
||||
return {
|
||||
workflowData: [
|
||||
this.helpers.returnJsonArray(returnData)
|
||||
|
|
Loading…
Reference in a new issue