From c9c62781091eddfcfc90f3e4b67148a7ff5b0984 Mon Sep 17 00:00:00 2001 From: Bhaskar Date: Tue, 27 May 2025 17:21:03 +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 a9d55641..03a3e6df 100644 --- a/src/controllers/installationController.js +++ b/src/controllers/installationController.js @@ -6023,7 +6023,7 @@ exports.particularCategory = async (req, reply) => { const slaveDetails = slaves.map(slave => { const slaveIssue = issues.find(i => i.hardwareId === slave.hardwareId); return { - hardwareId: slave.hardwareId, + hardwareId: slave.tankhardwareId, tankName: slave.tankName || "", location: slave.tankLocation || "", connected_status: slave.connected_status,