indentation fix
This commit is contained in:
parent
301cf54cff
commit
247ccbc265
|
@ -660,6 +660,7 @@ const startWorker = (workerId) => {
|
|||
streamFrom(channel, req, streamToWs(req, ws), streamWsEnd(req, ws, subscriptionHeartbeat(channel)));
|
||||
});
|
||||
break;
|
||||
|
||||
case 'group':
|
||||
const groupId = location.query.group;
|
||||
|
||||
|
|
Loading…
Reference in New Issue