remove grafana

This commit is contained in:
PxlLoewe
2025-05-22 19:59:47 -07:00
parent f151e0be91
commit 8c695ba990
72 changed files with 28 additions and 4462 deletions

View File

@@ -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) {

View File

@@ -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,