dalisoft/nanoexpress

View on GitHub
src/helpers/prepare-route-functions.js

Summary

Maintainability
A
1 hr
Test Coverage

Function prepared has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    .map((fn, index) => {
      let result;
      if (!fn || typeof fn === 'object') {
        return null;
      }
Severity: Minor
Found in src/helpers/prepare-route-functions.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status