Commit 9b486587 authored by bitsoko services's avatar bitsoko services 👷🏿

Update enterpriseFunctions.js

parent 80083e60
Pipeline #1883 canceled with stage
...@@ -510,7 +510,7 @@ var source = fs.readFileSync(pugFile, ...@@ -510,7 +510,7 @@ var source = fs.readFileSync(pugFile,
//select 10 random stores to display //select 10 random stores to display
var selectedStores = (allServices.sort(() => 0.5 - Math.random())).slice(0, 10); var selectedStores = (allServices.sort(() => 0.5 - Math.random())).slice(0, 10);
console.log(typeof(orgPlan)); //console.log(typeof(orgPlan));
var orgPlan = orgPlan.filter(obj => { var orgPlan = orgPlan.filter(obj => {
// matches++ // matches++
...@@ -553,7 +553,7 @@ var source = fs.readFileSync(pugFile, ...@@ -553,7 +553,7 @@ var source = fs.readFileSync(pugFile,
} }
data.body = process.argv[2]; data.body = process.argv[2];
//console.log(orgPlan,ifs); console.log(ifs);
/* /*
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