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