Skip to content

Commit

Permalink
SIStoragePackageProvider fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirKhil committed Nov 25, 2023
1 parent 817fcad commit 3be839a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public async Task<IEnumerable<string>> GetPackagesAsync(string culture, Cancella
}
}

if (!_languageCache.TryGetValue(culture, out var languageId) || culture == null)
if (!_languageCache.TryGetValue(culture, out var languageId))
{
if (!_languageCache.TryGetValue("en-US", out languageId))
{
Expand Down

0 comments on commit 3be839a

Please sign in to comment.