Skip to content

Commit 439da7a

Browse files
Fix Timestamp has string type 🐛
1 parent a05797e commit 439da7a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Src/Notion.Client/Api/Search/Parameters/SearchSort.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ public class SearchSort
88
{
99
public SearchDirection Direction { get; set; }
1010

11-
[JsonConverter(typeof(IsoDateTimeConverter))]
12-
public DateTime Timestamp { get; set; }
11+
public string Timestamp { get; set; }
1312
}
1413
}

0 commit comments

Comments
 (0)