diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-12-06 16:17:35 -0800 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-12-06 16:17:35 -0800 |
commit | e82ced5260b94449145d760cabf8c697bc8eb4a5 (patch) | |
tree | 10c886e065172ac93882d4b02099770b41cf6c98 /src | |
parent | 97483a6f046b43777a40977c08275dac21555277 (diff) | |
download | sendgrid-csharp-e82ced5260b94449145d760cabf8c697bc8eb4a5.zip sendgrid-csharp-e82ced5260b94449145d760cabf8c697bc8eb4a5.tar.gz sendgrid-csharp-e82ced5260b94449145d760cabf8c697bc8eb4a5.tar.bz2 |
New dotnet test process
Diffstat (limited to 'src')
-rw-r--r-- | src/SendGrid/Client.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/SendGrid/Client.cs b/src/SendGrid/Client.cs index fe4996b..5711a52 100644 --- a/src/SendGrid/Client.cs +++ b/src/SendGrid/Client.cs @@ -189,10 +189,8 @@ namespace SendGrid PreAuthenticate = true, UseDefaultCredentials = false, }; - return new HttpClient(httpClientHandler); } - return new HttpClient(); } |