jmeas/api-pls

View on GitHub
packages/api-pls-express-router/index.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function exports has 70 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function(options) {
  const router = express.Router();
  router.use(jsonApiHeaders);

  const apiVersion = options.apiVersion;
Severity: Major
Found in packages/api-pls-express-router/index.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status