From b280d9da60b46d0356a0f0c0c6a4869a02f2affa Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Tue, 30 Dec 2025 23:03:24 +0800 Subject: notif json fixes --- frontend/sw.js | 1 + 1 file changed, 1 insertion(+) (limited to 'frontend') diff --git a/frontend/sw.js b/frontend/sw.js index 187a66b..bb08623 100644 --- a/frontend/sw.js +++ b/frontend/sw.js @@ -1,4 +1,5 @@ self.addEventListener('push', (e) => { + console.log(data); const data = e.data.json(); console.log(data); self.registration.showNotification(data.title, { -- cgit v1.2.3