From 94a0ea61bac62981f24f12bd112e95be02a8951a Mon Sep 17 00:00:00 2001 From: Nicolas Lepage <19571875+nlepage@users.noreply.github.com> Date: Thu, 21 Jan 2021 23:29:11 +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 6038cac..938d510 100644 --- a/docs/sw.js +++ b/docs/sw.js @@ -1,4 +1,4 @@ -importScripts('https://cdn.jsdelivr.net/gh/nlepage/go-wasm-http-server@0bc6fbc8259cad3fa02812be7c11967397864944/sw.js') +importScripts('https://cdn.jsdelivr.net/gh/nlepage/go-wasm-http-server@9ee7a321b6d6c00036da1c6a47bd5c1b78c011e2/sw.js') addEventListener('install', (event) => { event.waitUntil(skipWaiting())