Changed const to var declaration for CACHE_NAME

This commit is contained in:
Tania Malhotra 2020-07-01 22:13:13 +05:30 committed by GitHub
parent 8be59da9ec
commit 34498afeb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@
* The value is defined in app.js and will be passed to Service Worker on initialization (to avoid duplication) * The value is defined in app.js and will be passed to Service Worker on initialization (to avoid duplication)
* @type {String} * @type {String}
*/ */
const CACHE_NAME; var CACHE_NAME;
/** /**
* A global Boolean that governs whether CACHE_NAME will be used * A global Boolean that governs whether CACHE_NAME will be used