Skip to content

Commit 325ecf1

Browse files
Fix DateProperty type 🐛
1 parent 019b7f8 commit 325ecf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace Notion.Client
44
{
55
public class DateProperty : Property
66
{
7-
public override PropertyType Type => PropertyType.MultiSelect;
7+
public override PropertyType Type => PropertyType.Date;
88
public Dictionary<string, object> Date { get; set; }
99
}
1010
}

0 commit comments

Comments
 (0)