Gerar Wuid no SendContact

This commit is contained in:
Alan Mosko
2023-07-24 11:15:58 -03:00
parent 40c230c7db
commit 28c2c7285c
2 changed files with 6 additions and 1 deletions

View File

@@ -398,7 +398,7 @@ export const contactMessageSchema: JSONSchema7 = {
email: { type: 'string' },
url: { type: 'string' },
},
required: ['fullName', 'wuid', 'phoneNumber'],
required: ['fullName', 'phoneNumber'],
...isNotEmpty('fullName'),
},
minItems: 1,