Fixed StationSelectBug, Fixed HPGNotificationGuf, see #45

This commit is contained in:
PxlLoewe
2025-07-06 12:53:04 -07:00
parent 690f4876d6
commit 9b954e4053
8 changed files with 60 additions and 37 deletions

View File

@@ -257,6 +257,9 @@ router.post("/:id/hpg-validation-result", async (req, res) => {
type: "hpg-validation",
status: "success",
message: `HPG Validierung erfolgreich`,
data: {
mission: newMission,
},
} as NotificationPayload);
if (result.alertWhenValid) {
@@ -268,6 +271,9 @@ router.post("/:id/hpg-validation-result", async (req, res) => {
type: "hpg-validation",
status: "failed",
message: result.state,
data: {
mission: newMission,
},
} as NotificationPayload);
}
res.json({