From e8c6fcbfcdcc9a6c3d1592380e27d8de81aab245 Mon Sep 17 00:00:00 2001 From: Miodec Date: Sat, 22 Jan 2022 17:54:52 +0100 Subject: [PATCH] cache --- static/sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/sw.js b/static/sw.js index 1c5bace10..5a819fdb5 100644 --- a/static/sw.js +++ b/static/sw.js @@ -1,4 +1,4 @@ -const staticCacheName = "sw-cache-2022-1-22-21-5-6"; +const staticCacheName = "sw-cache-2022-1-22-17-54-43"; caches.keys().then(function (names) { for (let name of names) {