Skip to content

Commit 335f6a0

Browse files
author
stackcats
committed
add symbol *
1 parent 5ca7f34 commit 335f6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ module.exports = async (req, res) => {
2626
const allStars = stars.reduce((acc, star) => acc + star);
2727
console.log(allStars);
2828
res.json({
29-
allStars,
29+
allStars: `${allStars}*`,
3030
});
3131
};

0 commit comments

Comments
 (0)