mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 11:40:42 +00:00
removed redundant attributes from issue search
This commit is contained in:
@@ -73,13 +73,11 @@ namespace Octokit
|
||||
/// <summary>
|
||||
/// Isuses that are open (default).
|
||||
/// </summary>
|
||||
[Parameter(Value = "open")]
|
||||
Open,
|
||||
|
||||
/// <summary>
|
||||
/// Isuses that are closed.
|
||||
/// </summary>
|
||||
[Parameter(Value = "closed")]
|
||||
Closed
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user