Skip to content

Commit

Permalink
fix: remove hide argument from 'fetchTopLanguages' call (anuraghazra#…
Browse files Browse the repository at this point in the history
…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 465faa7.
  • Loading branch information
rickstaa authored Dec 13, 2021
1 parent 397e321 commit fbde5ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/top-langs.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ module.exports = async (req, res) => {
const topLangs = await fetchTopLanguages(
username,
parseArray(exclude_repo),
parseArray(hide),
);

const cacheSeconds = clampValue(
Expand Down

0 comments on commit fbde5ac

Please sign in to comment.