@optimiser/common 1.0.435 → 1.0.436

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.
@@ -3999,7 +3999,7 @@ function SyncUserLicenceConsumedCount(msp_d, db, dbMaster) {
3999
3999
  // }
4000
4000
  //End
4001
4001
  if (companyLevelLicences && companyLevelLicences.length) {
4002
- if (companyLevelLicences.some(function (x) { x.LicenceType == i && x.LicenceName == j; })) {
4002
+ if (companyLevelLicences.some(function (x) { return x.LicenceType == i && x.LicenceName == j; })) {
4003
4003
  return "continue";
4004
4004
  }
4005
4005
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optimiser/common",
3
- "version": "1.0.435",
3
+ "version": "1.0.436",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {