Skip to content

Commit

Permalink
Renaming css element block
Browse files Browse the repository at this point in the history
  • Loading branch information
maximerivolet committed Aug 18, 2024
1 parent 3e5a8cf commit 0896086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Depute/WrapperGouvernementFR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ export async function GetDeputeFromGouvernementFR(url: string, config: AxiosRequ
const hemicycleContainer = $('#hemicycle-container')
const placeHemicycle = hemicycleContainer.attr('data-place') ? hemicycleContainer.attr('data-place') : ""
const collaborators = []
$('div.bloc-standard.plural-element-simple.clearfix div.corps-contenu ul li.allpadding').each((index, element) => {
$('div.bloc-standard.plusieurs-element-simple.clearfix div.corps-contenu ul li.allpadding').each((index, element) => {
const collaboratorName = $(element).text().trim()
collaborators.push(collaboratorName)
})
Expand Down

0 comments on commit 0896086

Please sign in to comment.