eslint fixes

This commit is contained in:
Maren Süwer
2018-10-29 13:42:56 +01:00
parent 7734b68d0b
commit a9d7cceb22
11 changed files with 9 additions and 36 deletions

View File

@@ -7,8 +7,8 @@ import { isPending } from "./pending";
import { getFailure } from "./failure";
import {
callFetchIndexResources,
FETCH_INDEXRESOURCES_SUCCESS,
fetchIndexResources, fetchIndexResourcesPending,
fetchIndexResources,
fetchIndexResourcesPending,
fetchIndexResourcesSuccess
} from "./indexResource";
@@ -156,7 +156,7 @@ export const login = (
return apiClient
.post(loginLink, login_data)
.then(response => {
dispatch(fetchIndexResourcesPending())
dispatch(fetchIndexResourcesPending());
return callFetchIndexResources();
})
.then(response => {