From fbde5aced27b0e6ff63d9670fc789f8e672a21c8 Mon Sep 17 00:00:00 2001 From: Rick Staa Date: Mon, 13 Dec 2021 15:57:50 +0100 Subject: [PATCH] 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 465faa7c32983bbc53080f111fa49f5a2629ecd2. --- api/top-langs.js | 1 - 1 file changed, 1 deletion(-) diff --git a/api/top-langs.js b/api/top-langs.js index 52ac593af9de2..32389c58dbc8c 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(