Committing the reducer

Signed-off-by: Rishi Ghan <rishi.ghan@gmail.com>
This commit is contained in:
2023-03-02 00:12:25 -05:00
parent a3359a84e3
commit 145a5be9dc

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 }) => {