node-xyz/xyz-core

View on GitHub
src/Transport/Middlewares/http.export.middleware.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function _httpExport has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

let _httpExport = function (xMessageParam: ITransportSentMessageMwParam, next, end, xyz) {
  let requestConfig = xMessageParam.requestConfig
  let responseCallback = xMessageParam.responseCallback

  let postData = requestConfig.json
Severity: Minor
Found in src/Transport/Middlewares/http.export.middleware.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status