Apply patches
https://github.com/anuraghazra/github-readme-stats/pull/1122#issuecomment-986085496
This commit is contained in:
+1
-1
@@ -48,9 +48,9 @@ module.exports = async (req, res) => {
|
||||
try {
|
||||
const stats = await fetchStats(
|
||||
username,
|
||||
parseArray(role),
|
||||
parseBoolean(count_private),
|
||||
parseBoolean(include_all_commits),
|
||||
parseArray(role),
|
||||
);
|
||||
|
||||
const cacheSeconds = clampValue(
|
||||
|
||||
+1
-2
@@ -45,9 +45,8 @@ module.exports = async (req, res) => {
|
||||
try {
|
||||
const topLangs = await fetchTopLanguages(
|
||||
username,
|
||||
parseArray(exclude_repo),
|
||||
parseArray(role),
|
||||
parseArray(hide),
|
||||
parseArray(exclude_repo),
|
||||
);
|
||||
|
||||
const cacheSeconds = clampValue(
|
||||
|
||||
Reference in New Issue
Block a user