Skip to content

Commit 84f190e

Browse files
committed
Fix wrong field used in relation field
1 parent 6f81e40 commit 84f190e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Notion.Client/Models/Database/Properties/RelationProperty.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class RelationProperty : Property
1313

1414
public class Relation
1515
{
16-
[JsonProperty("datebase_id")]
16+
[JsonProperty("database_id")]
1717
public string DatabaseId { get; set; }
1818

1919
[JsonProperty("synced_property_name")]

0 commit comments

Comments
 (0)