mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
Added unit tests
This commit is contained in:
@@ -170,7 +170,7 @@ function deleteUserFailure(url: string, err: Error) {
|
||||
}
|
||||
|
||||
export function deleteUser(link: string) {
|
||||
return function(dispatch: ThunkDispatch) {
|
||||
return function(dispatch: Dispatch) {
|
||||
dispatch(requestDeleteUser(link));
|
||||
return apiClient
|
||||
.delete(link)
|
||||
|
||||
Reference in New Issue
Block a user