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