equipo final

This commit is contained in:
xXpuma99Xx
2022-10-04 23:17:41 -05:00
parent 4dc8d557eb
commit 1fa6ad02b6
9 changed files with 96 additions and 86 deletions
@@ -37,7 +37,7 @@ export class EquipoProgramaService {
) {
const equipo =
typeof id_equipo === 'number'
? await this.equipoService.findById(id_equipo)
? await this.equipoService.findInfoEquipoById(id_equipo)
: id_equipo;
const programa =
typeof id_programa === 'number'