Skip to content

Commit

Permalink
Update Issue.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 committed Apr 26, 2024
1 parent f381b81 commit 4f48a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/FluentRest.Tests/GitHub/Models/Issue.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class Issue
public string HtmlUrl { get; set; }

[JsonPropertyName("id")]
public int Id { get; set; }
public long Id { get; set; }

[JsonPropertyName("number")]
public int Number { get; set; }
Expand Down

0 comments on commit 4f48a08

Please sign in to comment.