Commit d6e7df8d authored by bitsoko services's avatar bitsoko services 👷🏿

Update enterpriseFunctions.js

parent faa1a7de
Pipeline #1891 canceled with stage
......@@ -400,12 +400,14 @@ for(var i in ifs){
var unParsed = ifs[i].identification.displayName;
console.log(unParsed);
//console.log(unParsed);
var parsedInf = JSON.parse(unParsed);
console.log(parsedInf);
//console.log(parsedInf);
parsedInf.n = ifs[i].identification.name;
parsedInf.value = ifs[i].identification.name+"::"+ifs[i].identification.service;
//ifs[i].dooca = parsedInf;
units.push(parsedInf);
}
......@@ -566,7 +568,7 @@ var source = fs.readFileSync(pugFile,
}
data.body = process.argv[2];
console.log(units);
//console.log(units);
/*
console.log('INFO! Gulping files..');
svModed=[];
......
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