Commit 80083e60 authored by bitsoko services's avatar bitsoko services 👷🏿

Update enterpriseFunctions.js

parent 98f94794
Pipeline #1882 canceled with stage
......@@ -399,7 +399,7 @@ for(var i in ifs){
console.log(unParsed);
var parsedInf = JSON.parse(JSON.stringify(unParsed));
var parsedInf = JSON.parse(unParsed);
console.log(parsedInf);
......@@ -553,7 +553,7 @@ var source = fs.readFileSync(pugFile,
}
data.body = process.argv[2];
console.log(orgPlan,ifs);
//console.log(orgPlan,ifs);
/*
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