Skip to content

Commit

Permalink
Address comment by Andy.
Browse files Browse the repository at this point in the history
  • Loading branch information
erdembayar committed Jun 25, 2020
1 parent 09c188b commit 44779ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ private void ProcessRegistrationPage(
{
catalogEntry.ReportAbuseUrl = _reportAbuseResource?.GetReportAbuseUrl(catalogEntry.PackageId, catalogEntry.Version);
catalogEntry.PackageDetailsUrl = _packageDetailsUriResource?.GetUri(catalogEntry.PackageId, catalogEntry.Version);
metadataCache.GetObject(catalogEntry);
catalogEntry = metadataCache.GetObject(catalogEntry);
results.Add(catalogEntry);
}
}
Expand Down

0 comments on commit 44779ac

Please sign in to comment.