From 34498afeb105a868c6a767f45849657f0c4b3775 Mon Sep 17 00:00:00 2001 From: Tania Malhotra <62426189+TaniaMalhotra@users.noreply.github.com> Date: Wed, 1 Jul 2020 22:13:13 +0530 Subject: [PATCH] Changed const to var declaration for CACHE_NAME --- service-worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service-worker.js b/service-worker.js index 601073ea..fa39e2b8 100644 --- a/service-worker.js +++ b/service-worker.js @@ -28,7 +28,7 @@ * The value is defined in app.js and will be passed to Service Worker on initialization (to avoid duplication) * @type {String} */ -const CACHE_NAME; +var CACHE_NAME; /** * A global Boolean that governs whether CACHE_NAME will be used