Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 88ca174

Browse files
committed
Don't use the created timestamp for package lag calculation (#568)
Progress on NuGet/NuGetGallery#6506
1 parent 9480f80 commit 88ca174

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Monitoring.RebootSearchInstance/FeedClient.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ public class FeedClient : IFeedClient
2525

2626
private static readonly IEnumerable<string> TimeStampProperties = new string[]
2727
{
28-
"Created",
2928
"LastEdited",
3029
};
3130

0 commit comments

Comments
 (0)