Skip to content

Commit 596ab1a

Browse files
committed
[GH Usage} Trim the json dataset to fake data
1 parent 0a358cd commit 596ab1a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/NuGetGallery/App_Data/Files/Content/GitHubUsage.v1.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/NuGetGallery/Services/ContentObjectService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ await Refresh<SymbolsConfiguration>(GalleryConstants.ContentNames.SymbolsConfigu
5050
await Refresh<TyposquattingConfiguration>(GalleryConstants.ContentNames.TyposquattingConfiguration) ??
5151
new TyposquattingConfiguration();
5252

53-
var reposCache = await Refresh<IReadOnlyList<RepositoryInformation>>(GalleryConstants.ContentNames.NuGetPackagesGitHubDependencies) ??
53+
var reposCache = await Refresh<IReadOnlyList<RepositoryInformation>>(GalleryConstants.ContentNames.NuGetPackagesGitHubDependencies) ??
5454
Array.Empty<RepositoryInformation>();
5555

5656
GitHubUsageConfiguration = new GitHubUsageConfiguration(reposCache);

0 commit comments

Comments
 (0)