diff --git a/src/controllers/tanksController.js b/src/controllers/tanksController.js index 82667347..2107ff18 100644 --- a/src/controllers/tanksController.js +++ b/src/controllers/tanksController.js @@ -116,7 +116,7 @@ exports.getTank = async (req, reply) => { }; exports.getTanklevels = async (req, reply) => { try { - const customerId = req.params.customerId; + const customerId = req.params.customerId; const tankName = req.query.tankName; setInterval(async function () {