@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.
@@ -1286,7 +1286,8 @@ MissionUtils.replaceFavGameNameTag = task => {
1286
1286
  var _userStateOperator$k;
1287
1287
  const operator = (_userStateOperator$k = userStateOperator[k]) == null ? void 0 : _userStateOperator$k.op;
1288
1288
  if (operatorsMulti.includes(operator)) {
1289
- const value = userStateParams[k];
1289
+ var _userStateParams$k;
1290
+ const value = (_userStateParams$k = userStateParams[k]) == null ? void 0 : _userStateParams$k.filter(v => Boolean(v));
1290
1291
  if (value && value.length > 0) {
1291
1292
  replacementValue = value.map(v => {
1292
1293
  const cleaned = v.replace(/_/g, ' ').toLowerCase();