remove grafana
This commit is contained in:
@@ -249,6 +249,9 @@ router.post("/:id/validate-hpg", async (req, res) => {
|
||||
type: "hpg-validation",
|
||||
status: "failed",
|
||||
message: `HPG Validation fehlgeschlagen`,
|
||||
data: {
|
||||
mission,
|
||||
},
|
||||
} as NotificationPayload);
|
||||
}, 5000);
|
||||
} catch (error) {
|
||||
|
||||
@@ -62,6 +62,7 @@ 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,
|
||||
|
||||
Reference in New Issue
Block a user