summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-07-13 23:30:20 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-07-13 23:30:20 +0900
commit1dbe03b210f16e105304d555b457df0bb8f38fcf (patch)
treeaf872d2511fa71c473c244f491258f18e12e8917 /src/client
parentFix #7576 (diff)
downloadmisskey-1dbe03b210f16e105304d555b457df0bb8f38fcf.tar.gz
misskey-1dbe03b210f16e105304d555b457df0bb8f38fcf.tar.bz2
misskey-1dbe03b210f16e105304d555b457df0bb8f38fcf.zip
refactor
Diffstat (limited to 'src/client')
-rw-r--r--src/client/store.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/store.ts b/src/client/store.ts
index 1a3286554d..07ea1868a6 100644
--- a/src/client/store.ts
+++ b/src/client/store.ts
@@ -37,7 +37,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
uploadFolder: {
where: 'account',
- default: null
+ default: null as string | null
},
pastedFileName: {
where: 'account',