From 2b871d1114f09528c0e0314894d5f66350a3fbac Mon Sep 17 00:00:00 2001 From: varun Date: Mon, 27 Feb 2023 04:32:14 -0500 Subject: [PATCH] made changes in tanks controller --- src/controllers/tanksController.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/controllers/tanksController.js b/src/controllers/tanksController.js index f95ddff7..ec8bb0ca 100644 --- a/src/controllers/tanksController.js +++ b/src/controllers/tanksController.js @@ -195,4 +195,9 @@ exports.getTanklevels = async (req, reply) => { throw boom.boomify(err); } }; + + + + + \ No newline at end of file