Skip to content

Commit 050bdce

Browse files
committed
Remove nullable from class
1 parent 2eff99e commit 050bdce

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
@@ -14,7 +14,7 @@ public class DatePropertyValue : PropertyValue
1414
/// Date
1515
/// </summary>
1616
[JsonProperty("date")]
17-
public Date? Date { get; set; }
17+
public Date Date { get; set; }
1818
}
1919

2020
/// <summary>

0 commit comments

Comments
 (0)