diff --git a/middleware/geocodeJSON.js b/middleware/geocodeJSON.js index 0d5217f9..442e017e 100644 --- a/middleware/geocodeJSON.js +++ b/middleware/geocodeJSON.js @@ -73,7 +73,7 @@ function convertToGeocodeJSON(req, res, next, opts) { res.body.geocoding.timestamp = new Date().getTime(); // convert docs to geojson and merge with geocoding block - extend(res.body, geojsonify(req.clean, res.data || [] )); + extend(res.body, geojsonify(req.clean, res.data || [])); next(); }