chore: update to openapi 5.1.1 to enable arm builds (#453)

This commit is contained in:
Jeffrey Smith II
2022-11-15 12:17:48 -05:00
committed by GitHub
parent e16398c7c6
commit 41059f52b4
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ type APIResponse struct {
Payload []byte `json:"-"`
}
// NewAPIResponse returns a new APIResonse object.
// NewAPIResponse returns a new APIResponse object.
func NewAPIResponse(r *http.Response) *APIResponse {
response := &APIResponse{Response: r}