From be1a0d5b84e519076f333b714b7e68b29dbf3d89 Mon Sep 17 00:00:00 2001 From: yahavi Date: Mon, 23 Aug 2021 18:10:05 +0300 Subject: [PATCH] Get archive should use RawAPIResponse --- default_api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default_api.go b/default_api.go index f00e11c..e94465e 100644 --- a/default_api.go +++ b/default_api.go @@ -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