Skip to content

Commit

Permalink
left one file :P
Browse files Browse the repository at this point in the history
  • Loading branch information
harshbaldwa committed Sep 30, 2019
1 parent 4e671ac commit c0a2178
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ export class AppComponent implements OnInit, OnDestroy {
});
}
});
const isGranted = this.ladderService.notifications.isPermissionGranted;
if (!isGranted) {
this.ladderService.notifications.requestPermission();
}
}

ngOnDestroy() {
Expand Down

0 comments on commit c0a2178

Please sign in to comment.