Elasticsearch upgrade fix #67

Merged
rishighan merged 7 commits from elasticsearch-upgrade-fix into master 2023-03-13 15:25:16 +00:00
Showing only changes of commit 145a5be9dc - Show all commits

View File

@@ -244,7 +244,6 @@ function fileOpsReducer(state = initialState, action) {
};
}
case WANTED_COMICS_FETCHED: {
console.log(action);
const foo = [];
if (!isUndefined(action.data.hits)) {
map(action.data.hits, ({ _source }) => {