Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/WamWooWam/Discord.Net into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
WamWooWam committed Mar 12, 2018
2 parents f38dd4c + 7e04285 commit a8bafb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Discord.Net.Rest/Net/DefaultRestClient.cs
Expand Up @@ -36,7 +36,7 @@ public DefaultRestClient(string baseUrl, bool useProxy = false)
SetHeader("accept-encoding", "gzip, deflate");

_cancelToken = CancellationToken.None;
_errorDeserializer = new JsonSerializer() { ContractResolver = new DiscordContractResolver() };
_errorDeserializer = new JsonSerializer();
}
private void Dispose(bool disposing)
{
Expand Down

0 comments on commit a8bafb9

Please sign in to comment.