mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
refactor
This commit is contained in:
parent
cc89b21901
commit
a3959233d5
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
},
|
||||
uploadFolder: {
|
||||
where: 'account',
|
||||
default: null
|
||||
default: null as string | null
|
||||
},
|
||||
pastedFileName: {
|
||||
where: 'account',
|
||||
|
|
Loading…
Add table
Reference in a new issue