listo
This commit is contained in:
@@ -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.`,
|
||||
|
||||
Reference in New Issue
Block a user