diff --git a/sw.js b/sw.js index cc7ef6f..76ea95a 100644 --- a/sw.js +++ b/sw.js @@ -23,7 +23,7 @@ async function cacheFirst(request) { 'Content-Type': 'text/html', 'Content-Security-Policy': csp, } - } + }) } } const resp = await caches.match(request)