We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e168c7 commit 09a6dbbCopy full SHA for 09a6dbb
apis/api_invites.go
@@ -442,14 +442,5 @@ func (a *InvitesApi) RespondToInviteExecute(r ApiRespondToInviteRequest) (*http.
442
return localVarHTTPResponse, newErr
443
}
444
445
- err = a.Client.decode(&localVarBody, localVarHTTPResponse.Header.Get("Content-Type"))
446
- if err != nil {
447
- newErr := &GenericOpenAPIError{
448
- body: localVarBody,
449
- error: err.Error(),
450
- }
451
- return localVarHTTPResponse, newErr
452
453
-
454
return localVarHTTPResponse, nil
455
0 commit comments