Commit 1e162a48 authored by bitsoko services's avatar bitsoko services 👷🏿

Update enterpriseFunctions.js

parent 362213e3
Pipeline #1870 canceled with stage
......@@ -366,7 +366,7 @@ exports.createEnterprisePage = async function(req,allInfo,orgD,orgPlan) {
var doocaPrice = {};
var siteInterfaces = [];
var ifs = [];
try{
......@@ -385,7 +385,7 @@ exports.createEnterprisePage = async function(req,allInfo,orgD,orgPlan) {
try{
var siteInterfaces = await exports.httpGet(mainDomain+'/doocaOrgSiteInt?org='+orgId+'&site='+siteId);
var ifs = JSON.parse(siteInterfaces).interfaces;
ifs = JSON.parse(siteInterfaces).interfaces;
try{
......@@ -524,7 +524,7 @@ var source = fs.readFileSync(pugFile,
}
data.body = process.argv[2];
console.log(data);
console.log(orgPlan.plans,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