Commit 50440cbd authored by bitsoko services's avatar bitsoko services 👷🏿

Update enterpriseFunctions.js

parent 0a3aa895
Pipeline #1880 canceled with stage
......@@ -395,7 +395,15 @@ for(var i in ifs){
if(ifs[i].identification.position == 0){ continue; }
ifs[i].dooca = JSON.parse(ifs[i].identification.displayName);
var unParsed = ifs[i].identification.displayName;
console.log(unParsed);
var parsedInf = JSON.parse(unParsed);
console.log(parsedInf);
ifs[i].dooca = 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