Skip to content

Commit e57a2d7

Browse files
add ability to clear date property ✨
1 parent 4d999e6 commit e57a2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Notion.Client/Models/PropertyValue/DatePropertyValue.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class DatePropertyValue : PropertyValue
1313
/// <summary>
1414
/// Date
1515
/// </summary>
16-
[JsonProperty("date")]
16+
[JsonProperty("date", NullValueHandling = NullValueHandling.Include)]
1717
public Date Date { get; set; }
1818
}
1919

0 commit comments

Comments
 (0)