@smartico/public-api 0.0.313 → 0.0.314
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
CHANGED
|
@@ -1297,7 +1297,10 @@ MissionUtils.replaceFavGameNameTag = function (task) {
|
|
|
1297
1297
|
var _userStateOperator$k;
|
|
1298
1298
|
var operator = (_userStateOperator$k = userStateOperator[k]) == null ? void 0 : _userStateOperator$k.op;
|
|
1299
1299
|
if (operatorsMulti.includes(operator)) {
|
|
1300
|
-
var
|
|
1300
|
+
var _userStateParams$k;
|
|
1301
|
+
var value = (_userStateParams$k = userStateParams[k]) == null ? void 0 : _userStateParams$k.filter(function (v) {
|
|
1302
|
+
return Boolean(v);
|
|
1303
|
+
});
|
|
1301
1304
|
if (value && value.length > 0) {
|
|
1302
1305
|
replacementValue = value.map(function (v) {
|
|
1303
1306
|
var cleaned = v.replace(/_/g, ' ').toLowerCase();
|