From 85527b20f5f2d110d74fbddcab553cbf3d5338ab Mon Sep 17 00:00:00 2001 From: varun Date: Wed, 8 Feb 2023 00:37:19 -0500 Subject: [PATCH] linked customer id with add bores --- src/controllers/tanksController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/tanksController.js b/src/controllers/tanksController.js index aca0d437..20ba0ea2 100644 --- a/src/controllers/tanksController.js +++ b/src/controllers/tanksController.js @@ -111,6 +111,6 @@ exports.getTank = async (req, reply) => { reply.send({ error: err }); }); } catch (err) { - throw boom.boomify(err); + throw boom.boomify } }; \ No newline at end of file