Rogue console in the reducer

This commit is contained in:
martin 2018-04-11 16:16:33 +01:00
parent 5d60813cc0
commit 48f5c21efb

View File

@ -10,8 +10,6 @@ const htmlTidy = /<(\/*?)(?!(em|p|br\s*\/|strong|h1|h2|h3))\w+?.+?>/gim;
function reduceEstDirections(body = '') {
if (body === '') return {};
console.log(body);
const jBody = JSON.parse(body);
const obj = {};
const { ResultSet } = jBody;