This commit is contained in:
2021-01-21 20:25:27 -06:00
parent 139d9a63cf
commit 3865cdb01d
3 changed files with 49 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ const escolares = async (body) => {
.then((res) => {
if (!res.data.nombre || !res.data.carrconst || !res.data.avance)
throw new Error(
'El alumno no cumple con los requicitos para realizar el Servicio Social. Si cree que esto es erroneo comunicate con COESI.'
'El alumno no cumple con los requisitos para realizar el Servicio Social. Si cree que esto es erroneo comunicate con COESI.'
);
alumno = {
nombre: res.data.nombre.trim(),