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