@optimiser/common 1.0.438 → 1.0.439
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/utility.js +1 -1
- package/package.json +1 -1
package/dist/lib/utility.js
CHANGED
|
@@ -4067,7 +4067,7 @@ function SyncUserLicenceConsumedCount(msp_d, db, dbMaster) {
|
|
|
4067
4067
|
else {
|
|
4068
4068
|
console.log('In company (' + msp_d.ci + '), copmany licence data not found in user licence while syncing user licence consumed count.');
|
|
4069
4069
|
}
|
|
4070
|
-
return [4 /*yield*/, GetCompanyLevelLicences({ mdb: dbMaster, companyId: msp_d.ci
|
|
4070
|
+
return [4 /*yield*/, GetCompanyLevelLicences({ mdb: dbMaster, companyId: msp_d.ci })];
|
|
4071
4071
|
case 4:
|
|
4072
4072
|
_a = _b.sent(), errCompLic = _a.errCompLic, resultCompLic = _a.resultCompLic;
|
|
4073
4073
|
if (!errCompLic) return [3 /*break*/, 5];
|