forked from mirrored/github-readme-stats
change logic as per the request
This commit is contained in:
@@ -17,6 +17,7 @@ module.exports = async (req, res) => {
|
||||
hide_border,
|
||||
hide_rank,
|
||||
show_icons,
|
||||
show_forks,
|
||||
count_private,
|
||||
include_all_commits,
|
||||
line_height,
|
||||
@@ -61,6 +62,7 @@ module.exports = async (req, res) => {
|
||||
hide_title: parseBoolean(hide_title),
|
||||
hide_border: parseBoolean(hide_border),
|
||||
hide_rank: parseBoolean(hide_rank),
|
||||
show_forks: parseBoolean(show_forks),
|
||||
include_all_commits: parseBoolean(include_all_commits),
|
||||
line_height,
|
||||
title_color,
|
||||
|
||||
Reference in New Issue
Block a user