noobling/anglicare-sprint-week

View on GitHub
app_server/controllers/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function index has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports.index = (req, res) => {
  // https://caolan.github.io/async/
  async.parallel(
    {
      crisis: (callback) => { findService(callback, 'crisis'); },
Severity: Minor
Found in app_server/controllers/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status