alfa numérico

This commit is contained in:
xXpuma99Xx
2022-01-02 17:45:29 -06:00
parent 0b04777c0c
commit 661f4985ee
10 changed files with 36 additions and 10 deletions
@@ -12,7 +12,12 @@ const cancelar = async (body) => {
body.idServicio,
'id servicio'
);
const mensaje = validar.validarAlfanumerico(body.mensaje, 'El mensaje', 800);
const mensaje = validar.validarAlfanumerico(
body.mensaje,
'mensaje',
true,
800
);
let correoResponsable = {};
let correoAlumno = {};
let emailResponsable = '';