Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jsurrea committed Jan 7, 2024
1 parent e5e5a35 commit 905c252
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ self.addEventListener('install', (event) => {
event.waitUntil(
caches.open('mi-cache').then((cache) => {
return cache.addAll([
'notifications/index.html',
'notifications/assets/manifest.json',
'notifications/logo.jpeg',
'/notifications/index.html',
'/notifications/assets/manifest.json',
'/notifications/logo.jpeg',
]);
})
);
Expand Down

0 comments on commit 905c252

Please sign in to comment.