Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
aymericdo committed Oct 22, 2024
1 parent 058f7e4 commit bffafc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/websites/leboncoin/leboncoin.scrapping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class LeboncoinScrapping {
rooms: rooms?.textContent,
subject: subject?.textContent,
surface: surface?.textContent,
isHouse: isHouse?.textContent.include('Maison') || false,
isHouse: isHouse?.textContent?.includes('Maison') || false,
}
}
}

0 comments on commit bffafc9

Please sign in to comment.