Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9551f1c

Browse files
authored
fix: apply parseBoolean to hide_border in pin.js (anuraghazra#1014)
1 parent3d33e5e commit9551f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎api/pin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module.exports = async (req, res) => {
6464

6565
returnres.send(
6666
renderRepoCard(repoData,{
67-
hide_border,
67+
hide_border:parseBoolean(hide_border),
6868
title_color,
6969
icon_color,
7070
text_color,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp