Skip to content

Commit

Permalink
Update updateLeaderboard.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunhThanhDe authored Oct 29, 2024
1 parent 99e4183 commit 10a93e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/updateLeaderboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ module.exports = async ({ github, context }) => {

console.log("Current length of recentPlaysRows after sorting:", recentPlaysRows.length);
if (recentPlaysRows.length > 20) {
ecentPlaysRows = recentPlaysRows.slice(0, 20);
recentPlaysRows = recentPlaysRows.slice(0, 20);
}


Expand Down

0 comments on commit 10a93e5

Please sign in to comment.