jamespot-front-business 1.1.87 → 1.1.88

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/esm.js CHANGED
@@ -715,7 +715,10 @@ const initialState$j = {
715
715
  const fetchComments = createAsyncThunk('commentList/fetchCommentList', (params, { extra, rejectWithValue, dispatch }) => __awaiter(void 0, void 0, void 0, function* () {
716
716
  var _a;
717
717
  try {
718
- const res = yield extra.jApi.article.getComments(params, { format: 'raw-list', formatExtend: ['socialActions'] });
718
+ const res = yield extra.jApi.article.getComments(params, {
719
+ format: 'raw-list',
720
+ formatExtension: ['socialActions'],
721
+ });
719
722
  return { idArticle: params.idArticle, list: res.result };
720
723
  }
721
724
  catch (error) {