Ontica/Empiria.Land.Intranet

View on GitHub
src/app/data-services/file-services/http-progress.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

export function reportHttpProgress(saver?: (b: Blob) => void):
  (source: Observable<HttpEvent<Blob>>) => Observable<Progress> {

  return (source: Observable<HttpEvent<Blob>>) =>
    source.pipe(
Severity: Minor
Found in src/app/data-services/file-services/http-progress.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status