@opexa/portal-sdk 0.49.1 → 0.49.2
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.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7476,7 +7476,8 @@ var Transformer = class {
|
|
|
7476
7476
|
name: milestone.name,
|
|
7477
7477
|
bonusAmount: parseDecimal(milestone.bonusAmount, 0),
|
|
7478
7478
|
cleared: milestone.cleared ?? false,
|
|
7479
|
-
description: milestone?.description ?? void 0
|
|
7479
|
+
description: milestone?.description ?? void 0,
|
|
7480
|
+
link: milestone?.link ?? void 0
|
|
7480
7481
|
}))
|
|
7481
7482
|
}
|
|
7482
7483
|
};
|