validate json

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

@ -1 +1 @@
Subproject commit 08c759451d133ea8009ef89a6aec7b0def82a1f5 Subproject commit 4804ab203e1b342590273373d6362f473dc74079

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);