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:
+1
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user