change logic as per the request

This commit is contained in:
rjoydip
2020-08-05 12:37:01 +05:30
parent 7d83fa413d
commit b63c10f545
4 changed files with 36 additions and 14 deletions
+2
View File
@@ -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,