subos-frontend 1.0.99 → 1.0.100
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -514,7 +514,7 @@ var getUniqueCandidateUnits = (plans) => {
|
|
|
514
514
|
var _a, _b;
|
|
515
515
|
if (((_a = charge.billableMetric) == null ? void 0 : _a.code) === "CANDIDATES") {
|
|
516
516
|
const units = (_b = charge.properties) == null ? void 0 : _b.units;
|
|
517
|
-
if (typeof units === "number" && Number.isFinite(units)) {
|
|
517
|
+
if (typeof units === "number" && Number.isFinite(units) && units !== 500) {
|
|
518
518
|
unitsSet.add(units);
|
|
519
519
|
}
|
|
520
520
|
}
|