Skip to content

Commit bec68b5

Browse files
authored
Merge pull request #64 from yahavi/get-archive
Get archive should use RawAPIResponse
2 parents 7d616f7 + be1a0d5 commit bec68b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default_api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3154,7 +3154,7 @@ func (a *DefaultApiService) GetArchive(project, repository string, localVarOptio
31543154
return NewAPIResponseWithError(localVarHTTPResponse, bodyBytes, reportError("Status: %v, Body: %s", localVarHTTPResponse.Status, bodyBytes))
31553155
}
31563156

3157-
return NewBitbucketAPIResponse(localVarHTTPResponse)
3157+
return NewRawAPIResponse(localVarHTTPResponse)
31583158
}
31593159

31603160
/* DefaultApiService

0 commit comments

Comments
 (0)