Fix Controllers Resultados

This commit is contained in:
2025-10-21 11:03:44 -03:00
parent 4cefb833d9
commit c50e4210b5
8 changed files with 48 additions and 65 deletions

View File

@@ -247,7 +247,6 @@ export const getEstablecimientosPorMunicipio = async (municipioId: string): Prom
};
export const getPanelElectoral = async (eleccionId: number, ambitoId: string | null, categoriaId: number): Promise<PanelElectoralDto> => {
// Construimos la URL base
let url = ambitoId
? `/elecciones/${eleccionId}/panel/${ambitoId}`