This commit is contained in:
Lemuel Marquez
2021-01-12 21:09:37 -06:00
parent 2a0f649f59
commit fc77a4d755
16 changed files with 1334 additions and 125 deletions
+4 -4
View File
@@ -61,8 +61,8 @@ const nuevo = async (body, file) => {
carpeta
);
})
.then((res) => {
return Servicio.create({
.then((res) =>
Servicio.create({
idUsuario,
idPrograma,
idCarrera,
@@ -74,8 +74,8 @@ const nuevo = async (body, file) => {
cartaAceptacion: res,
profesor,
programaInterno,
});
})
})
)
.then((res) => {
return {
message: `Se Pre-Registro correctamente al alumno.`,