diff --git a/src/carrera-programa/carrera-programa.service.ts b/src/carrera-programa/carrera-programa.service.ts index 280dbcf..5820742 100644 --- a/src/carrera-programa/carrera-programa.service.ts +++ b/src/carrera-programa/carrera-programa.service.ts @@ -99,6 +99,7 @@ export class CarreraProgramaService { }, }, where: { institucionCarrera: { institucion } }, + order: { programa: { programa: 'ASC' } }, }); }