diff --git a/scripts/daily-standup.js b/scripts/daily-standup.js index 0a134ae..121456c 100644 --- a/scripts/daily-standup.js +++ b/scripts/daily-standup.js @@ -166,7 +166,7 @@ const getLeaderboard = (rerank, brain) => { } else { movement = '🔽' } - output += `${rank}. ${movement} ${getUserName(user, brain)} -- ${ + output += `**${rank}**. ${movement} ${getUserName(user, brain)} -- ${ user.currentCount }\n` if (rerank) {