Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rampaa committed Dec 7, 2024
1 parent 80e398b commit 1994275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JL.Core/Lookup/LookupUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1484,7 +1484,7 @@ private static ConcurrentBag<LookupResult> BuildCustomNameResult(
return results;
}

private static List<LookupFrequencyResult>? GetWordFrequencies(IGetFrequency record, List<Freq> wordFreqs, IDictionary<string, Dictionary<string, List<FrequencyRecord>>>? freqDictsFromDB)
private static List<LookupFrequencyResult>? GetWordFrequencies<T>(T record, List<Freq> wordFreqs, IDictionary<string, Dictionary<string, List<FrequencyRecord>>>? freqDictsFromDB) where T : IGetFrequency
{
if (wordFreqs.Count is 0)
{
Expand Down

0 comments on commit 1994275

Please sign in to comment.