From ee97d25a7403e2d76e6578d33705e43331a0d867 Mon Sep 17 00:00:00 2001 From: Miodec Date: Sun, 23 Jan 2022 15:12:23 +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 5a819fdb5..7970d6dc4 100644 --- a/static/sw.js +++ b/static/sw.js @@ -1,4 +1,4 @@ -const staticCacheName = "sw-cache-2022-1-22-17-54-43"; +const staticCacheName = "sw-cache-2022-1-23-15-12-8"; caches.keys().then(function (names) { for (let name of names) {