fix(service-worker): Add typing to public api guard and fix lint errors (#25860)
PR Close #25860
This commit is contained in:

committed by
Kara Erickson

parent
c60418b1f4
commit
10618752e6
@ -52,9 +52,7 @@ interface StatusEvent {
|
||||
error?: string;
|
||||
}
|
||||
|
||||
export interface NotificationObject extends NotificationOptions {
|
||||
title: string;
|
||||
}
|
||||
export interface NotificationObject extends NotificationOptions { title: string; }
|
||||
|
||||
|
||||
function errorObservable(message: string): Observable<any> {
|
||||
|
Reference in New Issue
Block a user