Merge branch 'migrate-accounts-to-idb' into sw-notification-action

This commit is contained in:
tamaina 2021-07-19 16:00:54 +09:00
commit 7a31abc9ce
1 changed files with 1 additions and 1 deletions

View File

@ -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) {