Change return type of SetPermissionForUser

This commit is contained in:
Yared Ayalew 2019-12-29 12:39:50 +01:00
parent 4e308ad21e
commit a596d3da70

View File

@ -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