userのjson schemaに誤りがあるのを修正

This commit is contained in:
syuilo 2025-08-27 16:55:07 +09:00
parent 5eff31383f
commit 40a325cbe7
1 changed files with 1 additions and 1 deletions

View File

@ -591,7 +591,7 @@ export const packedMeDetailedOnlySchema = {
},
mutedInstances: {
type: 'array',
nullable: true, optional: false,
nullable: false, optional: false,
items: {
type: 'string',
nullable: false, optional: false,