feat: create batch when machine detects stacker open
This commit is contained in:
parent
dde26b8dc2
commit
d9cd896d33
2 changed files with 6 additions and 6 deletions
|
|
@ -118,7 +118,7 @@ function getMachine (machineId, config) {
|
|||
.then(([machine, events, config]) => {
|
||||
const pings = checkPings([machine])
|
||||
|
||||
return [machine].map(addName(pings, events, config))[0]
|
||||
return addName(pings, events, config)(machine)
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue