mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-31 18:13:21 +00:00
commit comments may not be tied to a line number
This commit is contained in:
@@ -56,7 +56,7 @@ namespace Octokit
|
||||
/// <summary>
|
||||
/// Line index in the diff that was commented on.
|
||||
/// </summary>
|
||||
public int Position { get; protected set; }
|
||||
public int? Position { get; protected set; }
|
||||
|
||||
/// <summary>
|
||||
/// The line number in the file that was commented on.
|
||||
|
||||
Reference in New Issue
Block a user