fixed error
This commit is contained in:
parent
1682ab20ba
commit
a3f4e2502f
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ async function getRoomData(io, roomID) {
|
|||
tabsCount = -1;
|
||||
agentsCount = -1;
|
||||
}
|
||||
return {tabsCount, agentsCount, tabIDs, agentIDs, agentsInfo, config};
|
||||
return {tabsCount, agentsCount, tabIDs, agentIDs, config};
|
||||
}
|
||||
|
||||
function processNewSocket(socket) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue