mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 04:16:51 +00:00
Killed with the hottest fire.
This commit is contained in:
committed by
Brendan Forster
parent
fc76ce02de
commit
07faec840e
@@ -128,8 +128,6 @@ namespace Octokit
|
||||
Ensure.ArgumentNotNullOrEmptyString(owner, "owner");
|
||||
Ensure.ArgumentNotNullOrEmptyString(name, "name");
|
||||
|
||||
//return ApiConnection.Get<PullRequestMerge>(ApiUrls.MergePullRequest(owner, name, number));
|
||||
|
||||
try
|
||||
{
|
||||
var response = await Connection.GetAsync<object>(ApiUrls.MergePullRequest(owner, name, number), null, null)
|
||||
|
||||
Reference in New Issue
Block a user