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 a532753 commit 9886b40Copy full SHA for 9886b40
Src/Notion.Client/Extensions/EnumExtensions.cs
@@ -1,4 +1,4 @@
1
-using System.Linq;
+using System.Linq;
2
using System.Runtime.Serialization;
3
4
namespace Notion.Client.Extensions
@@ -19,4 +19,4 @@ public static string GetEnumMemberValue<T>(this T enumValue) where T : System.En
19
return null;
20
}
21
22
-}
+}
0 commit comments