fix(backend): fix notes/create validation

This commit is contained in:
syuilo 2023-09-29 15:14:13 +09:00
parent ac19b055c7
commit 961f5a0caa

View file

@ -118,7 +118,7 @@ export const paramDef = {
type: 'string',
minLength: 1,
maxLength: MAX_NOTE_TEXT_LENGTH,
nullable: false,
nullable: true,
},
fileIds: {
type: 'array',