Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
/ NuGet.Jobs Public archive

Commit

Permalink
Don't use the created timestamp for package lag calculation (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelverhagen committed Oct 2, 2018
1 parent 9480f80 commit 88ca174
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Monitoring.RebootSearchInstance/FeedClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public class FeedClient : IFeedClient

private static readonly IEnumerable<string> TimeStampProperties = new string[]
{
"Created",
"LastEdited",
};

Expand Down

0 comments on commit 88ca174

Please sign in to comment.