forked from jsnbuchanan/crowd-funder-for-time-pwa
fix location of web-push unsubscribe action
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user