diff options
Diffstat (limited to 'ui/service-worker.js')
| -rw-r--r-- | ui/service-worker.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/service-worker.js b/ui/service-worker.js index 9855a73..d9b2a7c 100644 --- a/ui/service-worker.js +++ b/ui/service-worker.js @@ -16,7 +16,7 @@ const CACHE = `cache-${version}`; const ASSETS = [ ...build, // the app itself - ...files // everything in `static` + ...files, // everything in `static` ]; self.addEventListener('install', (event) => { |
