mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-02-25 19:38:05 -05:00
Remove badge
This commit is contained in:
@@ -43,7 +43,7 @@ self.addEventListener('push', event => {
|
||||
const options = {
|
||||
body: data.body || 'You have a new message',
|
||||
icon: '/icons/icon-192x192.png',
|
||||
badge: '/icons/icon-192x192.png',
|
||||
// badge: '/icons/icon-192x192.png',
|
||||
data: data.url || '/'
|
||||
};
|
||||
event.waitUntil(self.registration.showNotification(title, options));
|
||||
|
||||
Reference in New Issue
Block a user