From 32dbb3703423c4048277ea85016db223bf4a577c Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Fri, 2 Dec 2022 03:24:08 +0000 Subject: [PATCH] remove typo sw asset --- source/sw.js | 1 - 1 file changed, 1 deletion(-) diff --git a/source/sw.js b/source/sw.js index 20b1ca8..a082357 100644 --- a/source/sw.js +++ b/source/sw.js @@ -1,6 +1,5 @@ const CACHE_NAME = "food-journal-v1"; const ASSETS = [ - "/", "index.html", "ReviewDetails.html", "CreatePage.html",