fix: position of method invocation (#2188)
* fix: move call to `checkUsrInUrl` outside the `if` branch * chore: bundle update
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// update cache version every time there is a new deployment
|
||||
// so the service worker reinitializes the cache
|
||||
const CACHE_VERSION = 96
|
||||
const CACHE_VERSION = 97
|
||||
const CURRENT_CACHE = `lnbits-${CACHE_VERSION}-`
|
||||
|
||||
const getApiKey = request => {
|
||||
|
||||
Reference in New Issue
Block a user