diff --git a/api/top-langs.js b/api/top-langs.js index 52ac593..32389c5 100644 --- a/api/top-langs.js +++ b/api/top-langs.js @@ -45,7 +45,6 @@ module.exports = async (req, res) => { const topLangs = await fetchTopLanguages( username, parseArray(exclude_repo), - parseArray(hide), ); const cacheSeconds = clampValue(