From 8189565982ce232faf18bb8f51d8b250a8a9672b Mon Sep 17 00:00:00 2001 From: tamaina Date: Mon, 19 Jul 2021 16:00:46 +0900 Subject: [PATCH] fix lint --- src/client/init.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/init.ts b/src/client/init.ts index c0b0675a3f..7d78e57f14 100644 --- a/src/client/init.ts +++ b/src/client/init.ts @@ -4,7 +4,7 @@ import '@client/style.scss'; -//#region account indexedDB migration +//#region account indexedDB migration import { set } from '@client/scripts/idb-proxy'; if (localStorage.getItem('accounts') != null) {