validate json

This commit is contained in:
2022-06-25 11:47:58 +02:00
parent c35d27198c
commit 00032f9cc0
2 changed files with 2 additions and 2 deletions

2
sw.js
View File

@@ -1,4 +1,4 @@
const currentVersion = '24678'; const currentVersion = '1701';
const addResourcesToCache = async (resources) => { const addResourcesToCache = async (resources) => {
const cache = await caches.open(currentVersion); const cache = await caches.open(currentVersion);