Skip to content

Commit

Permalink
fix(ui): remove _sseSubscription support (#5358)
Browse files Browse the repository at this point in the history
  • Loading branch information
yesnault authored Aug 10, 2020
1 parent 488401b commit eaa1d87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export class AppComponent implements OnInit, OnDestroy {
versionWorkerSubscription: Subscription;
_routerSubscription: Subscription;
_routerNavEndSubscription: Subscription;
_sseSubscription: Subscription;
displayResolver: boolean;
toasterConfigDefault: any;
toasterConfigErrorHTTP: any;
Expand Down

0 comments on commit eaa1d87

Please sign in to comment.