@smartico/public-api 0.0.320 → 0.0.321

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.
@@ -1419,18 +1419,6 @@ const UserAchievementTransform = items => {
1419
1419
  MissionUtils.replaceFavGameNameTag({
1420
1420
  task: t
1421
1421
  });
1422
- x.name = MissionUtils.replaceTagsFavMissionTask({
1423
- task: t,
1424
- valueToReplace: x.name
1425
- });
1426
- x.sub_header = MissionUtils.replaceTagsFavMissionTask({
1427
- task: t,
1428
- valueToReplace: x.sub_header
1429
- });
1430
- x.description = MissionUtils.replaceTagsFavMissionTask({
1431
- task: t,
1432
- valueToReplace: x.description
1433
- });
1434
1422
  return {
1435
1423
  id: t.task_id,
1436
1424
  name: (_t$task_public_meta = t.task_public_meta) == null ? void 0 : _t$task_public_meta.name,