mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-19 21:55:12 +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