mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 03:30:34 +00:00
revert NewReaction client and fix SimpleJsonSerializer
This commit is contained in:
@@ -78,7 +78,7 @@ namespace Octokit.Internal
|
||||
Justification = "The API expects lowercase values")]
|
||||
protected override object SerializeEnum(Enum p)
|
||||
{
|
||||
return p.ToString().ToLowerInvariant();
|
||||
return p.ToParameter();
|
||||
}
|
||||
|
||||
private string _type;
|
||||
|
||||
Reference in New Issue
Block a user