@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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartico/public-api",
3
- "version": "0.0.320",
3
+ "version": "0.0.321",
4
4
  "description": "Smartico public API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -105,10 +105,6 @@ export const UserAchievementTransform = (items: UserAchievement[]): TMissionOrBa
105
105
  .map((t) => {
106
106
  MissionUtils.replaceFavGameNameTag({ task: t });
107
107
 
108
- x.name = MissionUtils.replaceTagsFavMissionTask({ task: t, valueToReplace: x.name });
109
- x.sub_header = MissionUtils.replaceTagsFavMissionTask({ task: t, valueToReplace: x.sub_header });
110
- x.description = MissionUtils.replaceTagsFavMissionTask({ task: t, valueToReplace: x.description });
111
-
112
108
  return ({
113
109
  id: t.task_id,
114
110
  name: t.task_public_meta?.name,