Skip to content

Commit f41327e

Browse files
committed
feat: rollup date parsing
1 parent cff7585 commit f41327e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class RollupValue
3535
/// Date rollup property values contain a date property value.
3636
/// </summary>
3737
[JsonProperty("date")]
38-
public DatePropertyValue Date { get; set; }
38+
public Date Date { get; set; }
3939

4040
/// <summary>
4141
/// Array rollup property values contain an array of element objects.

0 commit comments

Comments
 (0)