This commit is contained in:
syuilo
2021-07-25 13:07:08 +09:00
parent 0fc8445425
commit 98249942d5
2 changed files with 4 additions and 4 deletions

View File

@@ -90,7 +90,7 @@ export const defaultStore = markRaw(new Storage('base', {
default: [] as {
name: string;
id: string;
place: string;
place: string | null;
data: Record<string, any>;
}[]
},