fixed error

This commit is contained in:
Андрей Бабушкин 2025-03-31 17:42:06 +02:00
parent 1682ab20ba
commit a3f4e2502f

View file

@ -61,7 +61,7 @@ async function getRoomData(io, roomID) {
tabsCount = -1; tabsCount = -1;
agentsCount = -1; agentsCount = -1;
} }
return {tabsCount, agentsCount, tabIDs, agentIDs, agentsInfo, config}; return {tabsCount, agentsCount, tabIDs, agentIDs, config};
} }
function processNewSocket(socket) { function processNewSocket(socket) {