From c502ffabc07b3ef1be63c3c019961e72843bb5e0 Mon Sep 17 00:00:00 2001 From: Miodec Date: Thu, 20 Jan 2022 01:03:50 +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 1b12b4b5f..3293931c2 100644 --- a/static/sw.js +++ b/static/sw.js @@ -1,4 +1,4 @@ -const staticCacheName = "sw-cache-2022-1-18-15-37-40"; +const staticCacheName = "sw-cache-2022-1-20-1-3-28"; caches.keys().then(function (names) { for (let name of names) {