falta update

This commit is contained in:
2022-05-31 15:07:57 -05:00
parent 539d049280
commit ff5b85debd
6 changed files with 81 additions and 13 deletions
@@ -24,7 +24,7 @@ export class CarreraProgramaService {
const carrera = await this.institucionCarreraService.findById(
id_institucion_carrera,
);
const programa = await this.institucionProgramaService.findById(
const programa = await this.institucionProgramaService.findProgramaById(
id_programa,
);