From eef932ffe90a2d1bf1cf7c8afc522d3d086af227 Mon Sep 17 00:00:00 2001 From: Shubham Tiwari Date: Tue, 18 Jun 2024 10:45:13 +0530 Subject: [PATCH] chore: removing commit --- src/base/BaseTwilio.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/base/BaseTwilio.ts b/src/base/BaseTwilio.ts index a6d2f26b7..98d6d2fa6 100644 --- a/src/base/BaseTwilio.ts +++ b/src/base/BaseTwilio.ts @@ -170,11 +170,11 @@ namespace Twilio { }); headers["Accept-Charset"] = "utf-8"; - if ( - opts.method !== "get" && !headers["Content-Type"] - ) { - headers["Content-Type"] = "application/x-www-form-urlencoded"; - } + // if ( + // opts.method !== "get" && !headers["Content-Type"] + // ) { + // headers["Content-Type"] = "application/x-www-form-urlencoded"; + // } if (!headers["Accept"]) { headers["Accept"] = "application/json";