diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-07-13 23:30:20 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-07-13 23:30:20 +0900 |
| commit | 1dbe03b210f16e105304d555b457df0bb8f38fcf (patch) | |
| tree | af872d2511fa71c473c244f491258f18e12e8917 /src/client | |
| parent | Fix #7576 (diff) | |
| download | misskey-1dbe03b210f16e105304d555b457df0bb8f38fcf.tar.gz misskey-1dbe03b210f16e105304d555b457df0bb8f38fcf.tar.bz2 misskey-1dbe03b210f16e105304d555b457df0bb8f38fcf.zip | |
refactor
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/store.ts | 2 |
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', |