We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a358cd commit 596ab1aCopy full SHA for 596ab1a
2 files changed
src/NuGetGallery/App_Data/Files/Content/GitHubUsage.v1.json
src/NuGetGallery/Services/ContentObjectService.cs
@@ -50,7 +50,7 @@ await Refresh<SymbolsConfiguration>(GalleryConstants.ContentNames.SymbolsConfigu
50
await Refresh<TyposquattingConfiguration>(GalleryConstants.ContentNames.TyposquattingConfiguration) ??
51
new TyposquattingConfiguration();
52
53
- var reposCache = await Refresh<IReadOnlyList<RepositoryInformation>>(GalleryConstants.ContentNames.NuGetPackagesGitHubDependencies) ??
+ var reposCache = await Refresh<IReadOnlyList<RepositoryInformation>>(GalleryConstants.ContentNames.NuGetPackagesGitHubDependencies) ??
54
Array.Empty<RepositoryInformation>();
55
56
GitHubUsageConfiguration = new GitHubUsageConfiguration(reposCache);
0 commit comments