We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8887411 + 4cb6d79 commit db8626fCopy full SHA for db8626f
1 file changed
server/apis/sponsor.js
@@ -91,7 +91,7 @@ router.post('/', async (req, res) => {
91
[Sponsor.NAME, name],
92
[Sponsor.TIER, tier],
93
[Sponsor.EMAIL, email],
94
- [Sponsor.PUBLIC, show],
+ [Sponsor.PUBLIC, show ? 1 : 0],
95
[Sponsor.IMAGE, filename],
96
[Sponsor.WEBSITE, website],
97
[Sponsor.TAGLINE, tagline],
0 commit comments