master^2
Varun 7 months ago
parent 256755c1d9
commit 183961299a

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