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 13e87c0 commit 4b41512Copy full SHA for 4b41512
Src/Notion.Client/NotionClient.cs
@@ -12,7 +12,6 @@ public interface INotionClient
12
13
public class NotionClient : INotionClient
14
{
15
-
16
public NotionClient(ClientOptions options)
17
18
RestClient = new RestClient(options);
0 commit comments