diff options
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/sw.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/sw.js b/frontend/sw.js index 9653990..5dcf564 100644 --- a/frontend/sw.js +++ b/frontend/sw.js @@ -1,7 +1,6 @@ self.addEventListener('push', (e) => { const data = e.data.json(); console.log(data); - alert(data); self.registration.showNotification("notif received", { body: "received", }); |
