Skip to content

Commit ed92e36

Browse files
Merge pull request #74 from topcoder-platform/fix/plat-3004
add more logging
2 parents 7381f8c + 4e2c6d8 commit ed92e36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dao/RegistrationDAO.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,7 @@ async function registerComponentInquiry (userId, challengeId) {
542542
if (!compInfo) {
543543
throw new Error(`Challenge with id: ${challengeId} does not exist`)
544544
}
545+
logger.info(`compInfo: ${JSON.stringify(compInfo)}`)
545546
const [userRating] = await getUserRating(userId, parseInt(compInfo.projectCategoryId, 10) + 111)
546547
const rating = null
547548
if (userRating) {

0 commit comments

Comments
 (0)