mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
changed to any()
This commit is contained in:
@@ -64,7 +64,7 @@ namespace Octokit
|
||||
}
|
||||
set
|
||||
{
|
||||
if (value != null && value.Count() > 0)
|
||||
if (value != null && value.Any())
|
||||
_inQualifier = value.Distinct().ToList();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user