mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2025-02-17 14:40:18 +08:00
fix: remove hide argument from 'fetchTopLanguages' call (#1451)
This commit removes the `hide` argument from the `fetchTopLanguages` call
found in the `top-lang.js` file. This was done since this was leftover
from 465faa7c32
.
This commit is contained in:
parent
397e321c2a
commit
fbde5aced2
@ -45,7 +45,6 @@ module.exports = async (req, res) => {
|
||||
const topLangs = await fetchTopLanguages(
|
||||
username,
|
||||
parseArray(exclude_repo),
|
||||
parseArray(hide),
|
||||
);
|
||||
|
||||
const cacheSeconds = clampValue(
|
||||
|
Loading…
Reference in New Issue
Block a user