I have a middleware async function in NodeJS as such.
module.exports = function (handler) { return async (req, res, next) => { try { console.log(\'async