Skip to content

Commit

Permalink
city
Browse files Browse the repository at this point in the history
  • Loading branch information
aymericdo committed Jan 13, 2024
1 parent 27ea59b commit da1e3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/websites/locservice/locservice.scrapping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class LocserviceScrapping {
const price = document.querySelector('#resume_detail > ul > li.loyer')
const furnished = document.querySelector('#resume_detail > ul > li.meuble')
const surface = document.querySelector('#resume_detail > ul > li.surface')
const cityLabel = document.querySelector('#YouAreThere > a:nth-child(1)')
const cityLabel = document.querySelector('#YouAreThere > div:nth-child(1)')

return {
id: null,
Expand Down

0 comments on commit da1e3cd

Please sign in to comment.