linked customer id with add bores

master
varun 3 years ago
parent 4e9b7163f0
commit 85527b20f5

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