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