Skip to content

Commit 366c5a4

Browse files
committed
Fix Timestamp property value
1 parent f5c40c6 commit 366c5a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Notion.Client/Models/Filters/TimestampLastEditedTimeFilter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public TimestampLastEditedTimeFilter(
3939
}
4040

4141
[JsonProperty("timestamp")]
42-
public string Timestamp => "last_modified_time";
42+
public string Timestamp => "last_edited_time";
4343

4444
[JsonProperty("last_edited_time")]
4545
public DateFilter.Condition LastEditedTime { get; set; }

0 commit comments

Comments
 (0)