mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-28 19:36:27 -06:00
Update validate.schema.ts
This commit is contained in:
parent
23c57594ab
commit
9c7070fe81
@ -406,7 +406,7 @@ export const listMessageSchema: JSONSchema7 = {
|
|||||||
description: { type: 'string' },
|
description: { type: 'string' },
|
||||||
rowId: { type: 'string' },
|
rowId: { type: 'string' },
|
||||||
},
|
},
|
||||||
required: ['title', 'description', 'rowId'],
|
required: ['title', 'rowId'],
|
||||||
...isNotEmpty('title', 'description', 'rowId'),
|
...isNotEmpty('title', 'description', 'rowId'),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user