diff --git a/src/controllers/tanksController.js b/src/controllers/tanksController.js index b1835507..62f07de5 100644 --- a/src/controllers/tanksController.js +++ b/src/controllers/tanksController.js @@ -6068,7 +6068,7 @@ const sendMotorNotifications = async () => { // Run the notification check every second cron.schedule("* * * * * *", async () => { - await sendMotorNotifications(); + //await sendMotorNotifications(); });