This commit is contained in:
zima 2025-03-27 15:24:56 -07:00
parent d472c3b41e
commit d6e89e737b

View file

@ -67,8 +67,8 @@ export const paramDef = {
items: {
type: 'string',
},
sortKey: { type: 'string', nullable: true },
},
sortKey: { type: 'string', nullable: true },
},
required: ['name', 'fileId'],
} as const;