mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 03:55:55 +00:00
fork is never null so pass it on always
This commit is contained in:
@@ -137,10 +137,7 @@ namespace Octokit
|
||||
parameters.Add(String.Format(CultureInfo.InvariantCulture, "forks:{0}", Forks));
|
||||
}
|
||||
|
||||
if (Fork != null)
|
||||
{
|
||||
parameters.Add(String.Format(CultureInfo.InvariantCulture, "fork:{0}", Fork));
|
||||
}
|
||||
parameters.Add(String.Format(CultureInfo.InvariantCulture, "fork:{0}", Fork));
|
||||
|
||||
if (Stars != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user