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",