@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.
@@ -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.toString() })];
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];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optimiser/common",
3
- "version": "1.0.438",
3
+ "version": "1.0.439",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {