fix: fix language card ownerAffiliation bug

This commit fixes a small error in the stats-fetcher that caused the
`exclude_repo` parameter values to be seen as the `ownerAffiliation`
inputs.
This commit is contained in:
Rick Staa
2023-01-25 09:03:36 +01:00
parent 6cf8202e32
commit 653f66023d
+1 -1
View File
@@ -45,8 +45,8 @@ export default async (req, res) => {
try {
const topLangs = await fetchTopLanguages(
username,
parseArray(role),
parseArray(exclude_repo),
parseArray(role),
);
const cacheSeconds = clampValue(