fix(service-worker): Fix public api guard typing (#25860)
PR Close #25860
This commit is contained in:

committed by
Kara Erickson

parent
10618752e6
commit
4a01ada291
@ -52,8 +52,6 @@ interface StatusEvent {
|
||||
error?: string;
|
||||
}
|
||||
|
||||
export interface NotificationObject extends NotificationOptions { title: string; }
|
||||
|
||||
|
||||
function errorObservable(message: string): Observable<any> {
|
||||
return defer(() => throwError(new Error(message)));
|
||||
|
Reference in New Issue
Block a user