1
0
mirror of https://github.com/gfleury/go-bitbucket-v1.git synced 2025-04-09 02:58:05 -05:00

Change return type of SetPermissionForUser

This commit is contained in:
Yared Ayalew 2019-12-29 12:39:50 +01:00
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