antongolub/reqresnext

View on GitHub
src/main/js/request.js

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function constructor has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  constructor (input: IRawOptions) {
    this.res = input.res || {}
    this.app = input.app || DEFAULT_APP

    const headers = {}
Severity: Minor
Found in src/main/js/request.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status