Skip to content

Commit

Permalink
Merge pull request #11 from stscoundrel/fix/custom-settings
Browse files Browse the repository at this point in the history
Fix missing custom settings
  • Loading branch information
stscoundrel authored Mar 23, 2023
2 parents 5fe3316 + c361939 commit 0ecf33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polylinguist.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func getLanguageStats(username string, accessToken string, settings stats.Settin
return []stats.LanguageStatistic{}, err
}

return stats.GetTopLanguages(repositories, stats.Settings{}), nil
return stats.GetTopLanguages(repositories, settings), nil
}

func GetTopLanguages(username string, accessToken string) ([]stats.LanguageStatistic, error) {
Expand Down

0 comments on commit 0ecf33c

Please sign in to comment.