From c8d961ce952ea7d7795796019cc6b1840b829a4c Mon Sep 17 00:00:00 2001 From: Miodec Date: Fri, 21 Jan 2022 15:29:46 +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 a273d6ac9..a45025c1a 100644 --- a/static/sw.js +++ b/static/sw.js @@ -1,4 +1,4 @@ -const staticCacheName = "sw-cache-2022-1-20-23-19-53"; +const staticCacheName = "sw-cache-2022-1-21-15-29-32"; caches.keys().then(function (names) { for (let name of names) {