validar texto
This commit is contained in:
@@ -29,7 +29,7 @@ const nuevo = async (body, file) => {
|
||||
)
|
||||
: '';
|
||||
const profesor = body.profesor
|
||||
? validar.validarTexto(body.profesor, 'El texto de profesor.', 50)
|
||||
? validar.validarTexto(body.profesor, 'profesor', true, 50)
|
||||
: '';
|
||||
let carpeta = '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user