chore: make bundle

This commit is contained in:
Pavol Rusnak
2023-12-22 17:33:08 +01:00
parent adc342ab9a
commit 168a3bcddb
2 changed files with 11 additions and 11 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 = 98
const CACHE_VERSION = 99
const CURRENT_CACHE = `lnbits-${CACHE_VERSION}-`
const getApiKey = request => {