correccion de codigo
This commit is contained in:
@@ -14,14 +14,13 @@ const correoDeclinar = require('../../helper/correoDeclinar');
|
||||
const correoInscripcion = require('../../helper/correo');
|
||||
|
||||
const validarTicket = async (body) => {
|
||||
const folio = validarNumeroEntero(body.folio, 'folio', true);
|
||||
const idArea = validarNumeroEntero(body.idArea, 'IDAREA', true);
|
||||
|
||||
const numeroCuenta = validarNumeroCuenta(
|
||||
body.numeroCuenta,
|
||||
'número de cuenta',
|
||||
true
|
||||
);
|
||||
const folio = validarNumeroEntero(body.folio, 'folio', true);
|
||||
const idArea = validarNumeroEntero(body.idArea, 'IDAREA', true);
|
||||
|
||||
let correo = {};
|
||||
let email = '';
|
||||
|
||||
Reference in New Issue
Block a user