regresar carrera profesor

This commit is contained in:
2023-04-13 20:58:49 -06:00
parent 711e8f8916
commit 591089b8e1
@@ -30,7 +30,7 @@ export class InstitucionCarreraService {
.findById(id_institucion)
.then((institucion) =>
this.institucionCarreraRepository.find({
where: { carrera: { id_carrera: Not(1) }, institucion },
where: { institucion },
order: { carrera: { carrera: 'ASC' } },
}),
);