Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
  • Loading branch information
igorDykhta committed Jan 20, 2025
1 parent 5dfda0c commit 3a438ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo-app/src/reducers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export const loadRemoteResourceSuccess = (state, action) => {
unprocessedData
}).bimap(
datasets => loadRemoteDatasetProcessedSuccessAction({...action, datasets}),
error => {
() => {
throw new Error('loadRemoteResource data processor failed');
}
);
Expand Down

0 comments on commit 3a438ae

Please sign in to comment.