From d142d808ffc14fdff7004e347f9218dde931994e Mon Sep 17 00:00:00 2001 From: Bhaskar Date: Thu, 6 Mar 2025 16:44:34 +0530 Subject: [PATCH] chnages --- src/controllers/tanksController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); });