mysociety/popit-api

View on GitHub
src/middleware/hidden-fields.js

Summary

Maintainability
A
1 hr
Test Coverage

Function hiddenFields has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function hiddenFields(req, res, next) {
  var fields = {
    all: {}
  };

Severity: Minor
Found in src/middleware/hidden-fields.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status