This commit is contained in:
dni ⚡
2023-11-13 11:21:29 +01:00
committed by Pavol Rusnak
parent bee857c2af
commit 87a42087de
3 changed files with 90 additions and 43 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
// update cache version every time there is a new deployment
// so the service worker reinitializes the cache
const CACHE_VERSION = 69
const CACHE_VERSION = 70
const CURRENT_CACHE = `lnbits-${CACHE_VERSION}-`
const getApiKey = request => {