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 6894aa3 commit 2a15e3aCopy full SHA for 2a15e3a
Src/Notion.Client/RestClient.cs
@@ -43,7 +43,7 @@ public class RestClient : IRestClient
43
private HttpClient _httpClient;
44
private readonly ClientOptions _options;
45
46
- private readonly JsonSerializerSettings defaultSerializerSettings = new JsonSerializerSettings
+ protected readonly JsonSerializerSettings defaultSerializerSettings = new JsonSerializerSettings
47
{
48
NullValueHandling = NullValueHandling.Ignore,
49
ContractResolver = new DefaultContractResolver
0 commit comments