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 = '') {
|
function reduceEstDirections(body = '') {
|
||||||
if (body === '') return {};
|
if (body === '') return {};
|
||||||
|
|
||||||
console.log(body);
|
|
||||||
|
|
||||||
const jBody = JSON.parse(body);
|
const jBody = JSON.parse(body);
|
||||||
const obj = {};
|
const obj = {};
|
||||||
const { ResultSet } = jBody;
|
const { ResultSet } = jBody;
|
||||||
|
Loading…
Reference in New Issue
Block a user