Fix Controllers Resultados
This commit is contained in:
@@ -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}`
|
||||
|
||||
Reference in New Issue
Block a user