diff --git a/src/controllers/tanksController.js b/src/controllers/tanksController.js index b832b4dc..ba0cdce7 100644 --- a/src/controllers/tanksController.js +++ b/src/controllers/tanksController.js @@ -180,7 +180,7 @@ exports.updateTanklevels = async (req, reply) => { exports.getTanklevels = async (req, reply) => { try { const customerId = req.params.customerId; - await tanksController.updateTanklevels(req) + // await tanksController.updateTanklevels(req) const updated_data = await Tank.find({ customerId: customerId });