🐛 Fix Webhook multipart/form bug #522

This commit is contained in:
Jan Oberhauser 2020-04-28 00:24:17 +02:00
parent df27f6a6d3
commit 1f4cf08012

View file

@ -394,7 +394,7 @@ export class Webhook implements INodeType {
const returnItem: INodeExecutionData = {
binary: {},
json: {
body: this.getBodyData(),
body: data,
headers,
query: this.getQueryData(),
},