Skip to content

Commit

Permalink
Small logging fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matushorvath committed Oct 22, 2023
1 parent 8b3d017 commit 0eacbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leaderboards.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const onStop = async (year, day, part, name) => {
};

const updateLeaderboards = async (selection = {}) => {
console.log(`updateLeaderboards: start, selection ${selection}`);
console.log(`updateLeaderboards: start, selection ${JSON.stringify(selection)}`);

const result = { unretrieved: [], sent: [], failed: [], created: [], updated: [] };

Expand Down

0 comments on commit 0eacbd0

Please sign in to comment.