mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
remove unused function
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user