From 92bf80d5c41ecbbe7b1d0adcecfb987cab744024 Mon Sep 17 00:00:00 2001 From: Varun Date: Tue, 28 Jan 2025 15:28:26 +0530 Subject: [PATCH] changes --- src/controllers/tanksController.js | 1 + 1 file changed, 1 insertion(+) 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;