From 183961299ae3176d223e026edc37f32ac952bb29 Mon Sep 17 00:00:00 2001 From: Varun Date: Fri, 21 Mar 2025 16:37:43 +0530 Subject: [PATCH] changes --- src/controllers/tanksController.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/controllers/tanksController.js b/src/controllers/tanksController.js index df52250b..dd6286c2 100644 --- a/src/controllers/tanksController.js +++ b/src/controllers/tanksController.js @@ -2995,15 +2995,15 @@ exports.motorAction = async (req, reply) => { } else { console.log("🚀 Sending threshold time notification..."); - eventEmitter.emit( - "sendThresholdTimeNotification", - customerId, - fcmToken, - manual_threshold_time, - motorId, - tankName, - blockName - ); + // eventEmitter.emit( + // "sendThresholdTimeNotification", + // customerId, + // fcmToken, + // manual_threshold_time, + // motorId, + // tankName, + // blockName + // ); } // eventEmitter.emit( // "sendThresholdTimeNotification",