Skip to content

Commit 9ada441

Browse files
committed
#390: Remove Type from RetrieveCommentsResponse
1 parent 8a245eb commit 9ada441

File tree

1 file changed

+0
-3
lines changed
  • Src/Notion.Client/Api/Comments/Retrieve/Response

1 file changed

+0
-3
lines changed

Src/Notion.Client/Api/Comments/Retrieve/Response/Comments.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ namespace Notion.Client
55
{
66
public class RetrieveCommentsResponse : PaginatedList<Comment>
77
{
8-
[JsonProperty("type")]
9-
public string Type { get; set; }
10-
118
[JsonProperty("comment")]
129
public Dictionary<string, object> Comment { get; set; }
1310
}

0 commit comments

Comments
 (0)