mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 04:16:51 +00:00
change class name for enum reactions
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Octokit
|
||||
/// Initializes a new instance of the <see cref="NewReaction"/> class.
|
||||
/// </summary>
|
||||
/// <param name="content">The reaction type.</param>
|
||||
public NewReaction(EnumReaction content)
|
||||
public NewReaction(ReactionType content)
|
||||
{
|
||||
Content = content;
|
||||
}
|
||||
@@ -18,7 +18,7 @@ namespace Octokit
|
||||
/// <summary>
|
||||
/// The reaction type (required)
|
||||
/// </summary>
|
||||
public EnumReaction Content { get; private set; }
|
||||
public ReactionType Content { get; private set; }
|
||||
|
||||
internal string DebuggerDisplay
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user