mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fix for when after from function or change is an array
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module.exports = (org) => ({
|
||||
module.exports = (org, workerId = 'worker-id') => ({
|
||||
logger: {
|
||||
metadata: {
|
||||
organization: org
|
||||
@@ -13,6 +13,7 @@ module.exports = (org) => ({
|
||||
},
|
||||
},
|
||||
event: {
|
||||
workers:[{id: `${workerId}:::something:::else`}],
|
||||
event: {
|
||||
organization: org,
|
||||
token: {
|
||||
|
Reference in New Issue
Block a user