diff --git a/html/sw.js b/html/sw.js index ce1c62c..509b685 100644 --- a/html/sw.js +++ b/html/sw.js @@ -40,7 +40,6 @@ function fromNetwork(request, timeout) { caches.open(CACHE_NAME).then(function (cache) { cache.put(event.request, responseToCache); }); - }, reject); }); }