docs re-org, audit fixes, build fixes
This commit is contained in:
@@ -76,7 +76,7 @@ public sealed class CertFrFeedClient
|
||||
}
|
||||
|
||||
var advisoryId = ResolveAdvisoryId(itemElement, detailUri);
|
||||
items.Add(new CertFrFeedItem(advisoryId, detailUri, published.ToUniversalTime(), title, summary));
|
||||
items.Add(new CertFrFeedItem(advisoryId, detailUri, published.Value.ToUniversalTime(), title, summary));
|
||||
}
|
||||
|
||||
_diagnostics.FeedFetchSuccess(items.Count);
|
||||
|
||||
Reference in New Issue
Block a user