From 2e2386190886937db4f992de0b9f3258cc0ed6c4 Mon Sep 17 00:00:00 2001 From: Miodec Date: Sat, 22 Jan 2022 13:05:44 +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 62e6955b9..ddbda1a51 100644 --- a/static/sw.js +++ b/static/sw.js @@ -1,4 +1,4 @@ -const staticCacheName = "sw-cache-2022-1-22-0-8-14"; +const staticCacheName = "sw-cache-2022-1-22-13-1-55"; caches.keys().then(function (names) { for (let name of names) {