mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 03:42:16 +00:00
🐛 Fix Webhook multipart/form bug #522
This commit is contained in:
@@ -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(),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user