This commit is contained in:
Adler Neves 2020-01-01 12:17:05 -03:00
parent a1a7e53426
commit a1f63e6d9a

View File

@ -40,7 +40,6 @@ function fromNetwork(request, timeout) {
caches.open(CACHE_NAME).then(function (cache) {
cache.put(event.request, responseToCache);
});
}, reject);
});
}