refactor type
This commit is contained in:
parent
6b312f755e
commit
56600ba1df
12 changed files with 19 additions and 19 deletions
|
@ -50,7 +50,7 @@ export const meta = {
|
|||
&& length(text.trim()) <= maxNoteTextLength
|
||||
&& Array.from(text.trim()).length <= DB_MAX_NOTE_TEXT_LENGTH // DB limit
|
||||
),
|
||||
default: null as any,
|
||||
default: null,
|
||||
},
|
||||
|
||||
cw: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue