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