Skip to content

Commit c9b1dc1

Browse files
committed
Fixing Log Level
1 parent 3467c27 commit c9b1dc1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/services/ProcessorService.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,9 @@ update.schema = {
158158
*/
159159
async function updateNumberOfRegistrants (challengeId) {
160160
// get all challenge resources
161+
logger.debug(`Getting Registrant Info - URL ${config.RESOURCES_API_URL} Challenge ID: ${challengeId} Role ID: ${config.REGISTRANT_RESOURCE_ROLE_ID}`)
161162
const resources = await helper.getData(config.RESOURCES_API_URL, { challengeId, roleId: config.REGISTRANT_RESOURCE_ROLE_ID })
163+
162164
// // count registrants
163165
// let count = 0
164166
// _.forEach(resources, (resource) => {

0 commit comments

Comments
 (0)