remove unused function

This commit is contained in:
Maren Süwer
2018-07-19 12:05:17 +02:00
parent 06d6f1d3dd
commit ef8000b380

View File

@@ -56,13 +56,6 @@ export function failedToFetchUsers(url: string, error: Error) {
};
}
function usersNotFound(url: string) {
return {
type: FETCH_USERS_NOTFOUND,
url
};
}
export function fetchUsers() {
return function (dispatch: any) {
dispatch(requestUsers());