mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 03:32:06 +00:00
Fug, I used the wrong varname
This commit is contained in:
parent
fab78019ea
commit
4cf0f76733
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ exports.getOrCreateChannel = function (name) {
|
|||
return chan;
|
||||
else if(chan !== undefined && chan.name === undefined) {
|
||||
Logger.errlog.log("Empty channel still loaded: ", name);
|
||||
delete exports.channels[name];
|
||||
delete channels[name];
|
||||
}
|
||||
return exports.createChannel(name);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue