From 8f4068ac570156ef22d2c46f7e9705d2233f0b2a Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Thu, 11 Oct 2018 17:07:42 +0100 Subject: [PATCH] changed directions to walking / public transport --- server/reducers/directions.js | 1 + 1 file changed, 1 insertion(+) diff --git a/server/reducers/directions.js b/server/reducers/directions.js index 611cf17..176f698 100644 --- a/server/reducers/directions.js +++ b/server/reducers/directions.js @@ -10,6 +10,7 @@ const htmlTidy = /<(\/*?)(?!(em|p|br\s*\/|strong|h1|h2|h3))\w+?.+?>/gim; function reduceEstDirections(body = '') { if (body === '') return {}; + logger.debug(body); const jBody = JSON.parse(body); const obj = {}; const { ResultSet } = jBody;