nraufu/politico

View on GitHub

Showing 4 of 4 total issues

Avoid too many return statements within this function.
Open

            return responseHandler(res, 500, { status: 500, Error: error.message });
Severity: Major
Found in server/controllers/offices.js - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

                return responseHandler(res, 500, { status: 500, Error: error.message});
    Severity: Major
    Found in server/controllers/votes.js - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

                  return responseHandler(res, 500, { status: 500, Error: error.message });
      Severity: Major
      Found in server/controllers/parties.js - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

                    return responseHandler(res, 500, { status: 500, Error: error.message });    
        Severity: Major
        Found in server/controllers/offices.js - About 30 mins to fix
          Severity
          Category
          Status
          Source
          Language