mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-05-25 15:58:47 +00:00
fix: langs_count overflow when hide is set (#989)
This commit is contained in:
+1
-1
@@ -46,7 +46,6 @@ module.exports = async (req, res) => {
|
||||
try {
|
||||
topLangs = await fetchTopLanguages(
|
||||
username,
|
||||
langs_count,
|
||||
parseArray(exclude_repo),
|
||||
parseArray(hide),
|
||||
);
|
||||
@@ -71,6 +70,7 @@ module.exports = async (req, res) => {
|
||||
bg_color,
|
||||
theme,
|
||||
layout,
|
||||
langs_count,
|
||||
border_radius,
|
||||
border_color,
|
||||
locale: locale ? locale.toLowerCase() : null,
|
||||
|
||||
Reference in New Issue
Block a user