I have a function that looks like this:
function x(req, res, next){ await doSomething().catch(error =>{ return res.send(\'error here\'})