Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 6fa6c9b

Browse files
committed
logging the configured ids to check
1 parent 4457e94 commit 6fa6c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/LeaderboardService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ async function createLeaderboard (challengeId, memberId, reviewSummation) {
8181

8282
const groupIds = challenge.groupIds
8383
if (!helper.isGroupIdValid(groupIds)) {
84-
logger.debug(`Group ID of Challenge # ${challengeId} is not configured for processing!`)
84+
logger.debug(`Group ID of Challenge # ${challengeId} is not in the configured set of Ids (${config.GROUP_IDS}) configured for processing!`)
8585
// Ignore the message
8686
return
8787
}

0 commit comments

Comments
 (0)