mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
Minor adjustments to the API methods
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Octokit
|
||||
/// <summary>
|
||||
/// The gist comment id.
|
||||
/// </summary>
|
||||
public string Id { get; set; }
|
||||
public int Id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The URL for this gist comment.
|
||||
|
||||
Reference in New Issue
Block a user