From 436739247e819ea349699e0c5bfc115b15bfd032 Mon Sep 17 00:00:00 2001 From: xXpuma99Xx <51341582+xXpuma99Xx@users.noreply.github.com> Date: Sun, 8 Jan 2023 18:07:10 -0600 Subject: [PATCH] =?UTF-8?q?configuraci=C3=B3n=20corregida,=20faltan=20prue?= =?UTF-8?q?bas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/carrera-programa/carrera-programa.service.ts | 1 + 1 file changed, 1 insertion(+) 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' } }, }); }