changed directions to walking / public transport

This commit is contained in:
Martin Donnelly 2018-10-11 17:07:42 +01:00
parent 183a2b284d
commit 8f4068ac57

View File

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