mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
add test for fetch failure
This commit is contained in:
@@ -13,7 +13,7 @@ export const FETCH_PERMISSIONS_FAILURE = `${FETCH_PERMISSIONS}_${types.FAILURE_S
|
||||
const REPOS_URL = "repositories";
|
||||
const PERMISSIONS_URL = "permissions";
|
||||
|
||||
// fetch repos
|
||||
// fetch permissions
|
||||
|
||||
export function fetchPermissions(namespace: string, name: string) {
|
||||
return function(dispatch: any) {
|
||||
|
||||
Reference in New Issue
Block a user