Skip to content

Commit a29b4a3

Browse files
committed
Remove badge
1 parent dee0fb3 commit a29b4a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/public/service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ self.addEventListener('push', event => {
4343
const options = {
4444
body: data.body || 'You have a new message',
4545
icon: '/icons/icon-192x192.png',
46-
badge: '/icons/icon-192x192.png',
46+
// badge: '/icons/icon-192x192.png',
4747
data: data.url || '/'
4848
};
4949
event.waitUntil(self.registration.showNotification(title, options));

0 commit comments

Comments
 (0)