institucion final

This commit is contained in:
xXpuma99Xx
2022-10-04 15:38:15 -05:00
parent 4aebd06b6d
commit 9084d5eeda
12 changed files with 47 additions and 137 deletions
@@ -93,7 +93,7 @@ export class CarreraProgramaService {
id_institucion: number,
) {
return this.institucionService
.findById(id_institucion)
.findInfoInstitucionById(id_institucion)
.then((institucion) => {
if (usuarioOperador instanceof Operador) {
if (
@@ -128,9 +128,7 @@ export class CarreraProgramaService {
i: 'ic.institucion',
},
},
where: {
institucionCarrera: { institucion },
},
where: { institucionCarrera: { institucion } },
});
});
}