Rogue console in the reducer
This commit is contained in:
parent
5d60813cc0
commit
48f5c21efb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user