We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1feea8e commit fcf9073Copy full SHA for fcf9073
tests/Meilisearch.Tests/Datasets.cs
@@ -55,7 +55,6 @@ sealed class UnixEpochDateTimeConverter : JsonConverter<DateTime>
55
56
public override DateTime Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
57
{
58
-
59
var unixTime = reader.GetInt64();
60
return s_epoch.AddMilliseconds(unixTime);
61
}
0 commit comments