Fix regression in Join node when manual joining array with msg.parts present

Fixes #3096
This commit is contained in:
Nick O'Leary
2021-07-30 13:17:05 +01:00
parent 27ed81614b
commit 40233c7702
2 changed files with 23 additions and 4 deletions

View File

@@ -629,9 +629,6 @@ module.exports = function(RED) {
if (node.build === 'object') {
propertyKey = RED.util.getMessageProperty(msg,node.key);
}
if (msg.hasOwnProperty("parts")) {
propertyIndex = msg.parts.index;
}
}
if (msg.hasOwnProperty("reset")) {