added missing Settings functionality, moved ntfy setting
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user