From 0d36ee37179b647a3a1fa189799bbbe46c3132b4 Mon Sep 17 00:00:00 2001 From: tamaina Date: Sat, 13 Feb 2021 19:08:18 +0900 Subject: [PATCH] refactor --- src/client/sw/sw.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/client/sw/sw.ts b/src/client/sw/sw.ts index 1a419a53e4..68c650c771 100644 --- a/src/client/sw/sw.ts +++ b/src/client/sw/sw.ts @@ -10,7 +10,6 @@ import { I18n } from '@/scripts/i18n'; //#region Variables const version = _VERSION_; const cacheName = `mk-cache-${version}`; -const apiUrl = `${location.origin}/api/`; let lang: string; let i18n: I18n;