fix: rm duplicate io export

This commit is contained in:
Rohit Rajan
2025-11-30 20:18:02 +05:30
parent eb512d8df3
commit d538419d70

View File

@@ -178,8 +178,6 @@ if (require.main === module) {
await startWorkers();
io = new Server(server);
io.of('/queued-run').on('connection', (socket) => {
const userId = socket.handshake.query.userId as string;