regresar carrera profesor
This commit is contained in:
@@ -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' } },
|
||||
}),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user