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:
Rick Staa 2021-12-13 15:57:50 +01:00 committed by GitHub
parent 397e321c2a
commit fbde5aced2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,6 @@ module.exports = async (req, res) => {
const topLangs = await fetchTopLanguages(
username,
parseArray(exclude_repo),
parseArray(hide),
);
const cacheSeconds = clampValue(