1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 04:26:23 +02:00

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',