mirror of
https://github.com/gfleury/go-bitbucket-v1.git
synced 2025-04-04 17:00:12 -05:00
Get archive should use RawAPIResponse
This commit is contained in:
parent
7d616f7c18
commit
be1a0d5b84
@ -3154,7 +3154,7 @@ func (a *DefaultApiService) GetArchive(project, repository string, localVarOptio
|
||||
return NewAPIResponseWithError(localVarHTTPResponse, bodyBytes, reportError("Status: %v, Body: %s", localVarHTTPResponse.Status, bodyBytes))
|
||||
}
|
||||
|
||||
return NewBitbucketAPIResponse(localVarHTTPResponse)
|
||||
return NewRawAPIResponse(localVarHTTPResponse)
|
||||
}
|
||||
|
||||
/* DefaultApiService
|
||||
|
Loading…
x
Reference in New Issue
Block a user