@freelog/tools-lib 0.1.84 → 0.1.85
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/service-API/activities.d.ts +2 -0
- package/dist/tools-lib.cjs.development.js +2 -2
- package/dist/tools-lib.cjs.development.js.map +1 -1
- package/dist/tools-lib.cjs.production.min.js +1 -1
- package/dist/tools-lib.cjs.production.min.js.map +1 -1
- package/dist/tools-lib.esm.js +2 -2
- package/dist/tools-lib.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/service-API/activities.ts +2 -0
- package/src/utils/linkTo.ts +2 -2
|
@@ -1028,11 +1028,11 @@ function activities(_temp2) {
|
|
|
1028
1028
|
|
|
1029
1029
|
_objectDestructuringEmpty(_ref2);
|
|
1030
1030
|
|
|
1031
|
-
return "/
|
|
1031
|
+
return "/activities";
|
|
1032
1032
|
}
|
|
1033
1033
|
function activity(_ref3) {
|
|
1034
1034
|
var activityID = _ref3.activityID;
|
|
1035
|
-
return "/
|
|
1035
|
+
return "/activity/" + activityID;
|
|
1036
1036
|
}
|
|
1037
1037
|
function dashboard(_temp3) {
|
|
1038
1038
|
var _ref4 = _temp3 === void 0 ? {} : _temp3;
|