mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-29 17:32:44 +00:00
Passing on serialize argument to Connection's ctor, wasn't passing on before. Breaks tests.
This commit is contained in:
@@ -133,7 +133,7 @@ namespace Octokit
|
||||
BaseAddress = baseAddress;
|
||||
_authenticator = new Authenticator(credentialStore);
|
||||
_httpClient = httpClient;
|
||||
_jsonPipeline = new JsonHttpPipeline();
|
||||
_jsonPipeline = new JsonHttpPipeline(serializer);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user