We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df0ac12 commit 85cd548Copy full SHA for 85cd548
RedditSharp/ModActionType.cs
@@ -68,7 +68,7 @@ public override object ReadJson(JsonReader reader, Type objectType, object exist
68
}
69
else
70
{
71
- return Enum.Parse(typeof(ModActionType), value);
+ return Enum.Parse(typeof(ModActionType), value, true);
72
73
74
0 commit comments