node-xyz/xyz-core

View on GitHub
built/Transport/Middlewares/http.export.middleware.js

Summary

Maintainability
A
1 hr
Test Coverage

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

var _httpExport = function (xMessageParam, next, end, xyz) {
    var requestConfig = xMessageParam.requestConfig;
    var responseCallback = xMessageParam.responseCallback;
    var postData = requestConfig.json;
    delete requestConfig.json;
Severity: Minor
Found in built/Transport/Middlewares/http.export.middleware.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status