configuración corregida, faltan pruebas

This commit is contained in:
xXpuma99Xx
2023-01-08 18:07:10 -06:00
parent a8d499b8fd
commit 436739247e
@@ -99,6 +99,7 @@ export class CarreraProgramaService {
},
},
where: { institucionCarrera: { institucion } },
order: { programa: { programa: 'ASC' } },
});
}