return createEmptyNotification()
This commit is contained in:
parent
e8ca4785e8
commit
7b0bc962c9
|
@ -75,7 +75,7 @@ self.addEventListener('push', ev => {
|
|||
break;
|
||||
}
|
||||
|
||||
createEmptyNotification();
|
||||
return createEmptyNotification();
|
||||
}));
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue