mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-29 17:32:44 +00:00
one more usage in client
This commit is contained in:
@@ -62,7 +62,7 @@ namespace Octokit
|
||||
|
||||
var body = new FormUrlEncodedContent(request.ToParametersDictionary());
|
||||
|
||||
var response = await connection.Post<OauthToken>(endPoint, body, "application/json", null, hostAddress);
|
||||
var response = await connection.Post<OauthToken>(endPoint, body, "application/json", null, hostAddress).ConfigureAwait(false);
|
||||
return response.Body;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user