src/core/api-next/subscription.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function createObservable has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  createObservable(): Observable<ItemListUpdate<T>> {
    return new Observable<ItemListUpdate<T>>((subscriber) => {
      // create new subject and reqId if there is an has error

      if (this.hasError) {
Severity: Minor
Found in src/core/api-next/subscription.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status