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/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', 'extraBotRedacted'],
1151
+ formatExtension: ['actions'],
1152
1152
  });
1153
1153
  return { idArticle: params.idArticle, list: res.result };
1154
1154
  }