Skip to content

Commit

Permalink
generated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AsabuHere committed Nov 9, 2023
1 parent 2cbd8fc commit ddcdb0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/go/go-client/helper/rest/api/v2010/accounts.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ func (c *ApiService) CreateAccount(params *CreateAccountParams) (*TestResponseOb
if params != nil && params.XTwilioWebhookEnabled != nil {
headers["X-Twilio-Webhook-Enabled"] = *params.XTwilioWebhookEnabled
}

resp, err := c.requestHandler.Post(c.baseURL+path, data, headers)
if err != nil {
return nil, err
Expand Down

0 comments on commit ddcdb0c

Please sign in to comment.