This commit is contained in:
dni ⚡ 2023-12-06 10:42:06 +01:00 committed by Pavol Rusnak
parent f36771db9d
commit d7257af7a0
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

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 = 84
const CACHE_VERSION = 85
const CURRENT_CACHE = `lnbits-${CACHE_VERSION}-`
const getApiKey = request => {