mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
@@ -441,7 +441,7 @@ module.exports = function(RED) {
|
||||
}
|
||||
} else {
|
||||
for (propertyKey in property) {
|
||||
if (property.hasOwnProperty(propertyKey)) {
|
||||
if (property.hasOwnProperty(propertyKey) && propertyKey !== '_msgid') {
|
||||
group.payload[propertyKey] = property[propertyKey];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user