bq/composr-core

View on GitHub
src/lib/utils/currifiedToArrayPromise.js

Summary

Maintainability
A
1 hr
Test Coverage

Function currifiedToArrayPromise has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function currifiedToArrayPromise (itemOrItems) {
  if (!itemOrItems) {
    return function () {
      return Promise.reject()
    }
Severity: Minor
Found in src/lib/utils/currifiedToArrayPromise.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status