We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 468a45e commit c444bd0Copy full SHA for c444bd0
1 file changed
navbar/ui/source/actions.js
@@ -67,9 +67,8 @@ export const fetchAll = () => (dispatch) => {
67
null,
68
createAction(RECEIVE_SPONSORED_PROJECTS),
69
`${baseUrl}/api/public/v1/sponsored-projects`,
70
- errorHandler,
71
- params
72
- )({})(dispatch).then(() => {
+ errorHandler
+ )(params)(dispatch).then(() => {
73
dispatch(stopLoading());
74
}
75
);
0 commit comments