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

Update app.js

parent 1e162a48
Pipeline #1871 canceled with stage
......@@ -980,7 +980,7 @@ ReqRes = async function ReqRes(req, res) {
*/
// cannot find store page. creating it so we can save to cache and reload faster next time
// console.log('info! cant find ' + sendFl + ' creating new enterprise page from ',JSON.stringify(allInfo));
when(entFunc.createEnterprisePage(req,allInfo,orgD), function (r) {
when(entFunc.createEnterprisePage(req, allInfo, orgD, orgPlan), function (r) {
return res.end(r);
}, function (err) {
......
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