fix: apply parseBoolean to hide_border in pin.js (#1014)

This commit is contained in:
Mike Beaton 2021-04-26 19:58:21 +01:00 committed by GitHub
parent 3d33e5e045
commit 9551f1c5b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,