fix: recover old GTIN service worker caches
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
const sw = /** @type {ServiceWorkerGlobalScope} */ (/** @type {unknown} */ (self));
|
||||
|
||||
const CACHE_VERSION = '403b5842d1cd';
|
||||
const CACHE_VERSION = '76462b4916fd';
|
||||
const CACHE_PREFIX = 'desfoto-gtin-generator-';
|
||||
const CACHE_NAME = `${CACHE_PREFIX}${CACHE_VERSION}`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user