feat: remove 'include_private' (#2736)

* feat: remove 'include_private'

As explained in #2517 the 'include_private' flag is confusing and
doesn't work as expected. This commit therefore removes this flag.

* fix: fix tests

* docs: remove redundant private deploy note
This commit is contained in:
Rick Staa
2023-06-07 11:21:28 +03:00
committed by GitHub
parent 0fe51cd539
commit b9200c6cf6
4 changed files with 6 additions and 14 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),
);