|
|
@ -811,7 +811,7 @@ exports.mastrerList = async (req, reply) => {
|
|
|
|
return reply.status(404).send({ success: false, message: "No master tanks found" });
|
|
|
|
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) {
|
|
|
|
} catch (error) {
|
|
|
|
console.error("Error fetching master tanks:", error);
|
|
|
|
console.error("Error fetching master tanks:", error);
|
|
|
|