Added HPG validation
This commit is contained in:
@@ -63,10 +63,6 @@ export const handleConnectPilot =
|
||||
userId: userId,
|
||||
loginTime: new Date().toISOString(),
|
||||
stationId: parseInt(stationId),
|
||||
// TODO: remove this after testing
|
||||
posLat: 51.45,
|
||||
posLng: 9.77,
|
||||
posH145active: true,
|
||||
},
|
||||
});
|
||||
socket.join("dispatchers"); // Join the dispatchers room
|
||||
|
||||
Reference in New Issue
Block a user