Skip to content

Commit c1303da

Browse files
committed
int --> long in Model/Issue.cs
1 parent e6b1e02 commit c1303da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Octokit.GraphQL/Model/Issue.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ internal Issue(Expression expression) : base(expression)
9797
/// <summary>
9898
/// Identifies the primary key from the database.
9999
/// </summary>
100-
public int? DatabaseId { get; }
100+
public long? DatabaseId { get; }
101101

102102
/// <summary>
103103
/// The actor who edited the comment.

0 commit comments

Comments
 (0)