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

Update enterpriseFunctions.js

parent 59e745a2
Pipeline #1873 canceled with stage
......@@ -408,7 +408,7 @@ try{
console.info('ADDING org plans to dooca page: '+JSON.stringify(orgPlan.plans));
console.info('ADDING org plans to dooca page: '+JSON.stringify(orgPlan));
/*
for(var p in orgD.plans){
......@@ -494,7 +494,7 @@ var source = fs.readFileSync(pugFile,
name: orgName,
cover: allInfo.cover,
theme: allInfo.theme,
doocaPlans: orgPlan.plans,
doocaPlans: orgPlan,
coverDisabled: allInfo.coverDisabled,
units: ifs,
tagline: allInfo.tagline,
......@@ -524,7 +524,7 @@ var source = fs.readFileSync(pugFile,
}
data.body = process.argv[2];
console.log(orgPlan.plans,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