Skip to content

Commit

Permalink
fix: ChatGPTNextWeb#203 pwa installation problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Yidadaa committed Apr 2, 2023
1 parent e248e91 commit 1602879
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/serviceWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ self.addEventListener("install", function (event) {
}),
);
});

self.addEventListener("fetch", (e) => {});

0 comments on commit 1602879

Please sign in to comment.