jamespot-front-business 1.1.94 → 1.1.95
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/cjs.js +1 -1
- package/dist/cjs.js.map +1 -1
- package/dist/esm.js +1 -1
- package/dist/esm.js.map +1 -1
- package/dist/types.d.ts +154 -45
- package/package.json +2 -2
package/dist/esm.js
CHANGED
|
@@ -1148,7 +1148,7 @@ const fetchComments = createAsyncThunk('commentList/fetchCommentList', (params,
|
|
|
1148
1148
|
try {
|
|
1149
1149
|
const res = yield extra.jApi.article.getComments(params, {
|
|
1150
1150
|
format: 'raw-list',
|
|
1151
|
-
formatExtension: ['actions'
|
|
1151
|
+
formatExtension: ['actions'],
|
|
1152
1152
|
});
|
|
1153
1153
|
return { idArticle: params.idArticle, list: res.result };
|
|
1154
1154
|
}
|