mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-12 15:44:06 -08:00
🐛 Fix Webhook multipart/form bug #522
This commit is contained in:
parent
df27f6a6d3
commit
1f4cf08012
|
@ -394,7 +394,7 @@ export class Webhook implements INodeType {
|
||||||
const returnItem: INodeExecutionData = {
|
const returnItem: INodeExecutionData = {
|
||||||
binary: {},
|
binary: {},
|
||||||
json: {
|
json: {
|
||||||
body: this.getBodyData(),
|
body: data,
|
||||||
headers,
|
headers,
|
||||||
query: this.getQueryData(),
|
query: this.getQueryData(),
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue