dalisoft/nanoexpress

View on GitHub
src/normalizers/body.js

Summary

Maintainability
A
1 hr
Test Coverage

Function body has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Confirmed

  let body = await new Promise((resolve) => {
    /* Register error cb */
    if (!res.abortHandler && res.onAborted) {
      res.onAborted(() => {
        if (res.stream) {
Severity: Minor
Found in src/normalizers/body.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status