diff --git a/Timely/wwwroot/index.html b/Timely/wwwroot/index.html
index 21fe02f..60a4c2a 100644
--- a/Timely/wwwroot/index.html
+++ b/Timely/wwwroot/index.html
@@ -32,7 +32,7 @@
const registerServiceWorker = async () => {
if ("serviceWorker" in navigator) {
try {
- await navigator.serviceWorker.register("service-worker.js", { updateViaCache: "none"});
+ await navigator.serviceWorker.register("service-worker.js");
} catch (error) {
console.error(`Registration failed with ${error}`);
}