Skip to content

Commit 42d7e79

Browse files
add explicit JsonIgnore attribute to IncludeTime property in Date class
1 parent 4836c4b commit 42d7e79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ public class Date
4848
/// <summary>
4949
/// Whether to include time
5050
/// </summary>
51+
[JsonIgnore]
5152
public bool IncludeTime { get; set; } = true;
5253
}
5354
}

0 commit comments

Comments
 (0)