bt-core-app 2.0.83 → 2.0.84
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/bt-core-app.js +1 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -9444,7 +9444,7 @@ function dP(e) {
|
|
|
9444
9444
|
}
|
|
9445
9445
|
function g(D) {
|
|
9446
9446
|
const L = ht(r);
|
|
9447
|
-
if (console.log(`testing: ${D}`), L.subscriptionCode == null)
|
|
9447
|
+
if (console.log(`testing: ${D} against ${L.subscriptionCode}`), L.subscriptionCode == null)
|
|
9448
9448
|
return !1;
|
|
9449
9449
|
if (L.subscriptionCode == D)
|
|
9450
9450
|
return !0;
|
package/package.json
CHANGED