fix cron, add pilot time server update
This commit is contained in:
@@ -68,7 +68,6 @@ export const handleConnectPilot =
|
||||
posH145active: true,
|
||||
},
|
||||
});
|
||||
|
||||
socket.join("dispatchers"); // Join the dispatchers room
|
||||
socket.join(`user:${userId}`); // Join the user-specific room
|
||||
socket.join(`station:${stationId}`); // Join the station-specific room
|
||||
|
||||
Reference in New Issue
Block a user