From c3390d537cb520aeade43e7fc2f37ffbfef287ea Mon Sep 17 00:00:00 2001 From: Bhaskar Date: Thu, 22 May 2025 13:25:58 +0530 Subject: [PATCH] building details for support --- src/controllers/installationController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/installationController.js b/src/controllers/installationController.js index e5ce7750..4b65e91b 100644 --- a/src/controllers/installationController.js +++ b/src/controllers/installationController.js @@ -4449,7 +4449,7 @@ exports.getDisconnectedCustomerDetails = async (req, reply) => { // { hardwareId: { $in: hardwareIds } }, { connected_to: { $in: hardwareIds } } ], - connected_status: "disconnected" + // connected_status: "disconnected" }).lean(); if (disconnectedSensors.length === 0) {