fix(assist): fixed typo
This commit is contained in:
parent
4873a299fc
commit
0729e99928
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ module.exports = {
|
||||||
socket.peerId = socket.handshake.query.peerId;
|
socket.peerId = socket.handshake.query.peerId;
|
||||||
let {connProjectKey, connSessionId, connTabId} = extractPeerId(socket.peerId);
|
let {connProjectKey, connSessionId, connTabId} = extractPeerId(socket.peerId);
|
||||||
socket.roomId = extractRoomId(socket.peerId);
|
socket.roomId = extractRoomId(socket.peerId);
|
||||||
socket.tabId = tabId;
|
socket.tabId = connTabId;
|
||||||
socket.identity = socket.handshake.query.identity;
|
socket.identity = socket.handshake.query.identity;
|
||||||
let {c_sessions, c_agents} = await sessions_agents_count(io, socket);
|
let {c_sessions, c_agents} = await sessions_agents_count(io, socket);
|
||||||
if (socket.identity === IDENTITIES.session) {
|
if (socket.identity === IDENTITIES.session) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue