From e871550ba60ebd6ef1e73f0203f3b795c65d9501 Mon Sep 17 00:00:00 2001 From: Bilal Catic Date: Mon, 11 Nov 2019 18:46:01 +0100 Subject: [PATCH] add two more heating types for Rental crawler --- app/crawler/specificCrawlers/rental.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/crawler/specificCrawlers/rental.js b/app/crawler/specificCrawlers/rental.js index 38a2f5e..de9618e 100644 --- a/app/crawler/specificCrawlers/rental.js +++ b/app/crawler/specificCrawlers/rental.js @@ -608,6 +608,7 @@ class RentalCrawler { return HEATING_TYPE.CENTRAL_GAS.id; case 3: case 23: + case 6: case 7: case 8: case 9: @@ -622,6 +623,7 @@ class RentalCrawler { return HEATING_TYPE.ELECTRICITY.id; case 24: case 25: + case 12: return HEATING_TYPE.CENTRAL_CITY.id; case 26: case 21: