From 0bc5d261a5bc6d4da0f24b760698708d93b3e8a6 Mon Sep 17 00:00:00 2001 From: Nicolas Lepage <19571875+nlepage@users.noreply.github.com> Date: Thu, 21 Jan 2021 23:41:43 +0100 Subject: [PATCH] :alembic: --- docs/sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sw.js b/docs/sw.js index 938d510..2495512 100644 --- a/docs/sw.js +++ b/docs/sw.js @@ -1,4 +1,4 @@ -importScripts('https://cdn.jsdelivr.net/gh/nlepage/go-wasm-http-server@9ee7a321b6d6c00036da1c6a47bd5c1b78c011e2/sw.js') +importScripts('https://cdn.jsdelivr.net/gh/nlepage/go-wasm-http-server@48880aadf0163ec0d688dc41f121bd143ab6c305/sw.js') addEventListener('install', (event) => { event.waitUntil(skipWaiting())