This commit is contained in:
tamaina
2021-12-30 01:37:16 +09:00
parent 019529d76c
commit 9e6d13ce46
4 changed files with 7 additions and 5 deletions

View File

@@ -61,8 +61,6 @@ export const deckStore = markRaw(new Storage('deck', {
export const loadDeck = async () => {
let deck;
await deckStore.ready;
try {
deck = await api('i/registry/get', {
scope: ['client', 'deck', 'profiles'],