@ -111,6 +111,6 @@ exports.getTank = async (req, reply) => {
reply.send({ error: err });
});
} catch (err) {
throw boom.boomify(err);
throw boom.boomify
}
};