From 2d0de7963db03bb78d483bac4bfa9d22face9b4a Mon Sep 17 00:00:00 2001 From: Galactic Network <114846211+GalacticNetwork@users.noreply.github.com> Date: Tue, 9 Apr 2024 18:48:09 -0700 Subject: [PATCH] Update sw.js --- static/sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/sw.js b/static/sw.js index 03bff7f8..63b96933 100644 --- a/static/sw.js +++ b/static/sw.js @@ -18,4 +18,4 @@ self.addEventListener('fetch', function(e) { return response || fetch(e.request); }) ); -}); \ No newline at end of file +});