devStorm
2021-12-04 15:26:30 -05:00
parent dfc44b63b8
commit f61a22500d
7 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -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
View File
@@ -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(