mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -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 = {
|
||||
binary: {},
|
||||
json: {
|
||||
body: this.getBodyData(),
|
||||
body: data,
|
||||
headers,
|
||||
query: this.getQueryData(),
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue