mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(core): Fix issue that parameters got lost in some edge cases
This commit is contained in:
@@ -823,7 +823,7 @@ export function getNodeParameters(
|
||||
Object.keys(propertyValues || {}).forEach((value) => {
|
||||
returnValue[value] = {};
|
||||
});
|
||||
return { [nodeProperties.name]: returnValue };
|
||||
nodeParameters[nodeProperties.name] = returnValue;
|
||||
}
|
||||
|
||||
if (Object.keys(collectionValues).length !== 0 || returnDefaults) {
|
||||
|
||||
Reference in New Issue
Block a user