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 3e5be05 commit 60886cdCopy full SHA for 60886cd
Src/Notion.Client/RestClient.cs
@@ -33,7 +33,6 @@ public class RestClient : IRestClient
33
{
34
private HttpClient _httpClient;
35
private readonly ClientOptions _options;
36
- private readonly List<JsonConverter> jsonConverters = new List<JsonConverter>();
37
38
private readonly JsonSerializerSettings defaultSerializerSettings = new JsonSerializerSettings
39
Src/Notion.Client/SerializerHelper.cs
0 commit comments