Fixed unused locals

This commit is contained in:
2018-11-16 16:46:56 +09:00
parent bc79600223
commit 70a2cc275d
8 changed files with 9 additions and 22 deletions

View File

@ -49,7 +49,7 @@ export default class ServiceWorkerManager {
this.postMessage({
type: "loaded",
url: ""
url
})
}