diff --git a/public/service-worker.js b/public/service-worker.js index f83e2be..c1fed7a 100644 --- a/public/service-worker.js +++ b/public/service-worker.js @@ -43,7 +43,6 @@ self.addEventListener('notificationclick', (event) => { return client.focus(); } } - // If not, open a new window if (clients.openWindow) { return clients.openWindow(url); }