Prefinem/lambdify

View on GitHub
src/lib/init.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module.exports = async (req, res, next) => {
  const response = await next(req, res);

  return response && response.getResponse ? response.getResponse() : response;
};