mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-31 02:05:39 +00:00
Replaced public properties by readonly fields with a public getter and cleaned code
This commit is contained in:
@@ -7,7 +7,6 @@ namespace Octokit
|
||||
public PullRequestReviewCommentRequest()
|
||||
{
|
||||
// Default arguments
|
||||
|
||||
Sort = PullRequestReviewCommentSort.Created;
|
||||
Direction = SortDirection.Ascending;
|
||||
Since = null;
|
||||
|
||||
Reference in New Issue
Block a user