rpgeeganage/alls

View on GitHub
lib/index.ts

Summary

Maintainability
A
0 mins
Test Coverage

Function process has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Invalid

  process(): Promise<ReturnValue[]> {
    const promisesList = this.promises.map((p) => {
      if (!p || p.toString() !== '[object Promise]') {
        return {
          state: 'fulfilled',
Severity: Minor
Found in lib/index.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status