Fixed saljic bug for heroku.
This commit is contained in:
@@ -562,17 +562,6 @@ class SaljicCrawler {
|
|||||||
numberOfViewsAgency,
|
numberOfViewsAgency,
|
||||||
numberOfViewsKivi
|
numberOfViewsKivi
|
||||||
};
|
};
|
||||||
//
|
|
||||||
console.log("Type of price:", typeof price);
|
|
||||||
console.log("Type of area:", typeof area);
|
|
||||||
console.log("Type of gardenSize:", typeof gardenSize);
|
|
||||||
console.log("Type of streetNumber:", typeof streetNumber);
|
|
||||||
console.log("Type of adStatus:", typeof adStatus);
|
|
||||||
console.log("Type of numberOfRooms:", typeof numberOfRooms);
|
|
||||||
console.log("Type of numberOfFloors:", typeof numberOfFloors);
|
|
||||||
console.log("Type of floor:", typeof floor);
|
|
||||||
console.log("Type of numberOfViewsAgency:", typeof numberOfViewsAgency);
|
|
||||||
console.log("Type of numberOfViewsKivi:", typeof numberOfViewsKivi);
|
|
||||||
|
|
||||||
return data;
|
return data;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user