master^2
Bhaskar 4 months ago
parent 73516cd35f
commit 135560d880

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