From 036defb707763135bc1c8b4e134d1d667e9d17ff Mon Sep 17 00:00:00 2001 From: bat Date: Mon, 13 Mar 2023 12:17:15 +0000 Subject: [PATCH] Actualizar 'sw.js' --- sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)