Tweak weights

This commit is contained in:
François Rozet
2023-05-01 10:04:20 +00:00
parent 08e069e432
commit 8e007fe6f0
8 changed files with 36 additions and 117 deletions
-2
View File
@@ -19,7 +19,6 @@ export default async (req, res) => {
card_width,
hide_rank,
show_icons,
count_private,
include_all_commits,
line_height,
title_color,
@@ -52,7 +51,6 @@ export default async (req, res) => {
try {
const stats = await fetchStats(
username,
parseBoolean(count_private),
parseBoolean(include_all_commits),
parseArray(exclude_repo),
);