mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 03:32:06 +00:00
Quickfix
This commit is contained in:
parent
da61f55d65
commit
c2baf8dde3
1 changed files with 1 additions and 1 deletions
2
api.js
2
api.js
|
|
@ -148,7 +148,7 @@ module.exports = function (Server) {
|
|||
clist.push(key);
|
||||
}
|
||||
}
|
||||
handleChannelData({channel: clist.join(",")}, req, res);
|
||||
this.handleChannelData({channel: clist.join(",")}, req, res);
|
||||
}
|
||||
var session = params.session || "";
|
||||
var name = params.name || "";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue