From 135560d880e667934679cea332007f4b25d55929 Mon Sep 17 00:00:00 2001 From: Bhaskar Date: Thu, 5 Jun 2025 11:02:14 +0530 Subject: [PATCH] changes --- 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 e91214e5..60662dce 100644 --- a/src/controllers/installationController.js +++ b/src/controllers/installationController.js @@ -6531,7 +6531,7 @@ exports.getDisconnectedCustomerDetails = async (req, reply) => { // } // } - // const sensorHardwareId = sensor.hardwareId?.trim().toLowerCase(); + const sensorHardwareId = sensor.hardwareId?.trim().toLowerCase(); // for (const issue of unresolvedIssues) { // const allIssueHardwareIds = [ // ...(issue.hardwareIds?.map(id => id?.trim().toLowerCase()) || []),