mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
test correct return type
This commit is contained in:
@@ -26,6 +26,7 @@ namespace Octokit
|
||||
/// Optional Sort field. One of stars, forks, or updated. If not provided, results are sorted by best match.
|
||||
/// </summary>
|
||||
public RepoSearchSort? SortField { get; set; }
|
||||
|
||||
public override string Sort
|
||||
{
|
||||
get { return SortField.ToParameter(); }
|
||||
|
||||
Reference in New Issue
Block a user