falta update
This commit is contained in:
@@ -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,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user