fix location of web-push unsubscribe action

This commit is contained in:
2023-12-10 20:22:41 -07:00
parent e6f73dc81c
commit 2c33febb0e
2 changed files with 6 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ importScripts(
);
self.addEventListener("install", (event) => {
console.error("Adding event listener for:", event);
console.log("Adding event listener for:", event);
importScripts(
"safari-notifications.js",
"nacl.js",