[BUG] bundle is broken (#1972)

This commit is contained in:
dni ⚡ 2023-09-27 10:47:55 +02:00 committed by GitHub
parent 97cc3c5adc
commit 69703b0a05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

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

File diff suppressed because one or more lines are too long