Skip to content

Commit

Permalink
fix: Update AccountCreator.java
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 authored Oct 13, 2023
1 parent 65eea99 commit 7b5037f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ private void addPostParams(final Request request) {
private void addHeaderParams(final Request request) {
if (xTwilioWebhookEnabled != null) {
request.addHeaderParam("X-Twilio-Webhook-Enabled", xTwilioWebhookEnabled.toString());

}
}
}

0 comments on commit 7b5037f

Please sign in to comment.