add two more heating types for Rental crawler

This commit is contained in:
Bilal Catic
2019-11-11 18:46:01 +01:00
parent debdd01b28
commit e871550ba6

View File

@@ -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: