ashok 9 months ago
commit 992d34f27a

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

Loading…
Cancel
Save