changed directions to walking / public transport
This commit is contained in:
parent
183a2b284d
commit
8f4068ac57
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user