mirror of
https://codeberg.org/yeentown/barkey
synced 2025-01-03 10:41:01 +00:00
fix(backend): fix notes/create validation
This commit is contained in:
parent
ac19b055c7
commit
961f5a0caa
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ export const paramDef = {
|
|||
type: 'string',
|
||||
minLength: 1,
|
||||
maxLength: MAX_NOTE_TEXT_LENGTH,
|
||||
nullable: false,
|
||||
nullable: true,
|
||||
},
|
||||
fileIds: {
|
||||
type: 'array',
|
||||
|
|
Loading…
Reference in a new issue