Skip to content

Commit

Permalink
Update daily-standup.js output to avoid auto-discord formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
area authored Dec 13, 2023
1 parent 5b7987e commit da00765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/daily-standup.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit da00765

Please sign in to comment.