diff --git a/src/controllers/installationController.js b/src/controllers/installationController.js index 4c1e68ad..0bcc6ced 100644 --- a/src/controllers/installationController.js +++ b/src/controllers/installationController.js @@ -811,7 +811,7 @@ exports.mastrerList = async (req, reply) => { return reply.status(404).send({ success: false, message: "No master tanks found" }); } - return reply.send({ success: true, buildingName, data: masterTanks }); + return reply.send({ success: true, buildingName, data: masterTanks,user }); } catch (error) { console.error("Error fetching master tanks:", error);