Update main.js
This commit is contained in:
parent
d585b3cf5c
commit
815904ef41
18
main.js
18
main.js
@ -340,10 +340,24 @@ function checkObjects(options, regType, regName, regFullName, tasks, newObjects)
|
||||
name: 'add',
|
||||
obj: objects[id]
|
||||
});
|
||||
|
||||
newObjects.push(id);
|
||||
|
||||
|
||||
}
|
||||
|
||||
if (regs.length) {
|
||||
tasks.push({
|
||||
id: regName,
|
||||
name: 'add',
|
||||
obj: {
|
||||
type: 'channel',
|
||||
common: {
|
||||
name: regFullName
|
||||
},
|
||||
native: {}
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
function sortByAddress(a, b) {
|
||||
|
Loading…
Reference in New Issue
Block a user