From 88ff83c6d9522ba1b76a7501592832b4075ed2b0 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Sun, 10 Jun 2018 11:25:48 +0200 Subject: [PATCH] wups... commiting too early --- lib/provider/immowelt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/provider/immowelt.js b/lib/provider/immowelt.js index f1b50b6..52ad554 100755 --- a/lib/provider/immowelt.js +++ b/lib/provider/immowelt.js @@ -3,7 +3,7 @@ const config = require('../../conf/config.json'); const utils = require('../utils'); function normalize(o) { - const size = o.size == null ? '--- m²' || o.size.split('Wohnfläche')[1].replace(' (ca.) ', ''); + const size = o.size == null ? '--- m²' : o.size.split('Wohnfläche')[1].replace(' (ca.) ', ''); const address = o.address; return Object.assign(o, { size, address });