mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ Small fix
This commit is contained in:
@@ -50,7 +50,7 @@ export function createDataFromParameters(this: IExecuteFunctions | IExecuteSingl
|
|||||||
|
|
||||||
if (dataFieldsAreJson) {
|
if (dataFieldsAreJson) {
|
||||||
// Parameters are defined as JSON
|
// Parameters are defined as JSON
|
||||||
return JSON.parse(this.getNodeParameter('dataFieldsJson', itemIndex, '') as string);
|
return JSON.parse(this.getNodeParameter('dataFieldsJson', itemIndex, '{}') as string);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Parameters are defined in UI
|
// Parameters are defined in UI
|
||||||
|
|||||||
Reference in New Issue
Block a user