mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-20 00:35:23 +00:00
fix: apply parseBoolean to hide_border in pin.js (#1014)
This commit is contained in:
parent
3d33e5e045
commit
9551f1c5b6
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ module.exports = async (req, res) => {
|
|||
|
||||
return res.send(
|
||||
renderRepoCard(repoData, {
|
||||
hide_border,
|
||||
hide_border: parseBoolean(hide_border),
|
||||
title_color,
|
||||
icon_color,
|
||||
text_color,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue