added missing Settings functionality, moved ntfy setting

This commit is contained in:
PxlLoewe
2025-07-17 01:08:10 -07:00
parent 44427a1b4b
commit 11b1d8745d
9 changed files with 141 additions and 150 deletions

View File

@@ -153,7 +153,6 @@ const removeConnectedAircrafts = async () => {
cron.schedule("*/1 * * * *", async () => {
try {
console.log("Running cron job to remove closed missions and connected aircrafts...");
await removeClosedMissions();
await removeConnectedAircrafts();
} catch (error) {