Skip to content

Commit

Permalink
chore: remove leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann committed Nov 23, 2023
1 parent 577e84a commit ca8445c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service-worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const ASSETS = [
...build, // the app itself
...files // everything in `static`
].filter(file => !EXCEPTIONS.some(e => file.startsWith(e)));
console.log(ASSETS);

const sw = self as unknown as ServiceWorkerGlobalScope;

sw.addEventListener('install', (event) => {
Expand Down

0 comments on commit ca8445c

Please sign in to comment.