From 8eaad995a97a201865f5287a18e2fab8333dd35b Mon Sep 17 00:00:00 2001 From: Bhaskar Date: Tue, 28 Jan 2025 17:16:02 +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 cd0f4bf3..d04ab5d7 100644 --- a/src/controllers/tanksController.js +++ b/src/controllers/tanksController.js @@ -2678,7 +2678,7 @@ const monitorWaterLevels = async () => { const tankLocation = tank.tankLocation; // Assuming tank has a 'location' field // Call the function to check water levels and send notifications - await checkWaterLevelsAndNotify(customerId, tankName, tankLocation, fcmTokens); + //await checkWaterLevelsAndNotify(customerId, tankName, tankLocation, fcmTokens); } else { //console.log(`No FCM tokens found for customerId ${tank.customerId}`); }