Skip to content

Commit 4f48a08

Browse files
committed
Update Issue.cs
1 parent f381b81 commit 4f48a08

File tree

1 file changed

+1
-1
lines changed
  • test/FluentRest.Tests/GitHub/Models

1 file changed

+1
-1
lines changed

test/FluentRest.Tests/GitHub/Models/Issue.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class Issue
2222
public string HtmlUrl { get; set; }
2323

2424
[JsonPropertyName("id")]
25-
public int Id { get; set; }
25+
public long Id { get; set; }
2626

2727
[JsonPropertyName("number")]
2828
public int Number { get; set; }

0 commit comments

Comments
 (0)