Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
derschnee68 committed Feb 26, 2025
1 parent 25f8705 commit 9611e52
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@ export class ResourceFetcherComponent implements OnInit, OnChanges, OnDestroy {

ngOnDestroy() {
this._resourceFetcherService.onDestroy();
this._unsubscribe();
}

private _unsubscribe() {
this._ngUnsubscribe.next();
this._ngUnsubscribe.complete();
}
Expand Down

0 comments on commit 9611e52

Please sign in to comment.