fix: rm duplicate io export
This commit is contained in:
@@ -178,8 +178,6 @@ if (require.main === module) {
|
|||||||
|
|
||||||
await startWorkers();
|
await startWorkers();
|
||||||
|
|
||||||
io = new Server(server);
|
|
||||||
|
|
||||||
io.of('/queued-run').on('connection', (socket) => {
|
io.of('/queued-run').on('connection', (socket) => {
|
||||||
const userId = socket.handshake.query.userId as string;
|
const userId = socket.handshake.query.userId as string;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user