From 8bf479685771429c5e85f31b815536aeec2e804a Mon Sep 17 00:00:00 2001 From: Varun Date: Wed, 29 Jan 2025 11:43:44 +0530 Subject: [PATCH] changes --- src/controllers/tanksController.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/controllers/tanksController.js b/src/controllers/tanksController.js index 71e962e0..decfd3c6 100644 --- a/src/controllers/tanksController.js +++ b/src/controllers/tanksController.js @@ -6453,6 +6453,8 @@ exports.updatetankstatus = async (req, reply) => { + + exports.listofactiveandinactivetankstatus = async (req, reply) => { try { const { customerId } = req.params;