diff --git a/src/controllers/tanksController.js b/src/controllers/tanksController.js index 52e74091..f8cfd2ea 100644 --- a/src/controllers/tanksController.js +++ b/src/controllers/tanksController.js @@ -350,6 +350,7 @@ exports.getTanksofParticularInstaller = async (req, reply) => { // } //}; + exports.getTankmotordata = async (req, reply) => { try { const { startDate, stopDate } = req.body;