lint
This commit is contained in:
parent
c772194f7a
commit
bc2da7d3b4
|
@ -469,7 +469,7 @@ export const serveClientLibrary = async function (
|
|||
|
||||
export const serveServiceWorker = async function (ctx: Ctx) {
|
||||
const serviceWorkerContent = `
|
||||
self.addEventListener('install', () => {
|
||||
self.addEventListener('install', () => {
|
||||
self.skipWaiting();
|
||||
});`
|
||||
|
||||
|
|
Loading…
Reference in New Issue