Commit 98f94794 authored by bitsoko services's avatar bitsoko services 👷🏿

Update enterpriseFunctions.js

parent 50440cbd
Pipeline #1881 canceled with stage
......@@ -399,7 +399,7 @@ for(var i in ifs){
console.log(unParsed);
var parsedInf = JSON.parse(unParsed);
var parsedInf = JSON.parse(JSON.stringify(unParsed));
console.log(parsedInf);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment