Skip to content

Commit

Permalink
update service worker
Browse files Browse the repository at this point in the history
  • Loading branch information
Concedo authored and Concedo committed Jul 22, 2024
1 parent 04988ac commit 1af87d8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,5 @@ self.addEventListener("install", event => {
});

self.addEventListener("fetch", function (event) {
event.respondWith(
fetch(event.request).then(function (response) {
return response;
})
)
return;
})

0 comments on commit 1af87d8

Please sign in to comment.