ashok 4 months ago
commit 3ac5ed475c

@ -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) { // for (const issue of unresolvedIssues) {
// const allIssueHardwareIds = [ // const allIssueHardwareIds = [
// ...(issue.hardwareIds?.map(id => id?.trim().toLowerCase()) || []), // ...(issue.hardwareIds?.map(id => id?.trim().toLowerCase()) || []),

Loading…
Cancel
Save