Skip to content

Commit

Permalink
feat: update service worker cache name for versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
BumpyClock committed Sep 23, 2024
1 parent ed5457d commit 0c86d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/serviceWorker.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable no-restricted-globals */
// Activate the new service worker and take control of the pages
const CACHE_NAME = '9_22_24_3_01_PM';
const CACHE_NAME = '9_23_24_1_01_AM';

var apiUrl = "";
const DB_NAME = "digests-app";
Expand Down

0 comments on commit 0c86d5b

Please sign in to comment.