vincentbriglia/node-emerchantpay-api

View on GitHub
lib/request.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function makeRequest has 72 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function makeRequest(options, callback) {
  options = options || {};
  options.options = options.options || {};
  options.context = options.context || {
    config: {},
Severity: Major
Found in lib/request.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status