Skip to content

Commit 04d5fe9

Browse files
Fix CodeFactor issue 🎨
1 parent 7cc2908 commit 04d5fe9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Src/Notion.Client/Extensions/HttpResponseMessageExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ internal static async Task<T> ParseStreamAsync<T>(this HttpResponseMessage respo
1515
{
1616
using (JsonReader jsonReader = new JsonTextReader(streamReader))
1717
{
18-
1918
JsonSerializer serializer = null;
2019

2120
if (serializerSettings == null)

0 commit comments

Comments
 (0)