opf/openproject

View on GitHub
frontend/src/app/shared/components/toaster/upload-progress.component.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

  ngOnInit() {
    combineLatest([
      this.upload,
      this.viewInitialized,
    ]).pipe(this.untilDestroyed())

    There are no issues that match your filters.

    Category
    Status