diff options
| author | altaf-creator <dev@altafcreator.com> | 2025-12-30 00:17:02 +0800 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2025-12-30 00:17:02 +0800 |
| commit | 72e08569e6e9529b1d95c3a6632f0c3f5fec1a2d (patch) | |
| tree | 37d80b84782c7f1c4897d7d568278f9f34eeb5c3 | |
| parent | 0ce8e84a0300234f9f2694b71691a2f1e3d7e3ac (diff) | |
walao
| -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", }); |
