From 59dbb9556900daad8dd4c42fa3d6b678f3d2dad2 Mon Sep 17 00:00:00 2001 From: Miodec Date: Tue, 18 Jan 2022 15:43:06 +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 b9bdbbc79..1b12b4b5f 100644 --- a/static/sw.js +++ b/static/sw.js @@ -1,4 +1,4 @@ -const staticCacheName = "sw-cache-2022-1-18-14-28-55"; +const staticCacheName = "sw-cache-2022-1-18-15-37-40"; caches.keys().then(function (names) { for (let name of names) {