Skip to content

Commit 273e11c

Browse files
fix RichTextPropertyItem parsing
1 parent 79c1f63 commit 273e11c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
namespace Notion.Client
1+
using Newtonsoft.Json;
2+
3+
namespace Notion.Client
24
{
35
public class RichTextPropertyItem : SimplePropertyItem
46
{
57
public override string Type => "rich_text";
68

9+
[JsonProperty("rich_text")]
710
public RichTextBase RichText { get; set; }
811
}
912
}

0 commit comments

Comments
 (0)