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

Loading…
Cancel
Save