integreat-io/integreat

View on GitHub
src/service/utils/options.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

export function mergeOptions(a: PreparedOptions, b: PreparedOptions) {
  const transporterOptions = deepClone({
    ...removeIncoming(a.transporter),
    ...removeIncoming(b.transporter),
  })
Severity: Minor
Found in src/service/utils/options.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status