mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 20:30:41 +00:00
aaaand format the code
This commit is contained in:
@@ -145,7 +145,7 @@ namespace Octokit
|
||||
var response = await Connection.Get<object>(ApiUrls.CheckMember(org, user), null, null)
|
||||
.ConfigureAwait(false);
|
||||
var statusCode = response.HttpResponse.StatusCode;
|
||||
if (statusCode != HttpStatusCode.NotFound
|
||||
if (statusCode != HttpStatusCode.NotFound
|
||||
&& statusCode != HttpStatusCode.NoContent
|
||||
&& statusCode != HttpStatusCode.Found)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user