Fix for elasticsearch upgrade breakage #66

Merged
rishighan merged 6 commits from elasticsearch-upgrade-fix into master 2023-03-02 05:32:43 +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 }) => {