From 72e08569e6e9529b1d95c3a6632f0c3f5fec1a2d Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Tue, 30 Dec 2025 00:17:02 +0800 Subject: walao --- frontend/sw.js | 1 - 1 file changed, 1 deletion(-) 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", }); -- cgit v1.2.3