mirror of
https://github.com/gfleury/go-bitbucket-v1.git
synced 2025-04-04 17:00:12 -05:00
Change return type of SetPermissionForUser
This commit is contained in:
parent
4e308ad21e
commit
a596d3da70
@ -9767,7 +9767,7 @@ func (a *DefaultApiService) SetPermissionForUser(projectKey string, repositorySl
|
||||
return NewAPIResponseWithError(localVarHTTPResponse, reportError("Status: %v, Body: %s", localVarHTTPResponse.Status, bodyBytes))
|
||||
}
|
||||
|
||||
return NewBitbucketAPIResponse(localVarHTTPResponse)
|
||||
return NewAPIResponse(localVarHTTPResponse), nil
|
||||
}
|
||||
|
||||
/* DefaultApiService
|
||||
|
Loading…
x
Reference in New Issue
Block a user