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

Commit b2242ff

Browse files
authored
Merge pull request #109 from topcoder-platform/multi-round-sync
Additional logging
2 parents 2f6ae07 + 806d006 commit b2242ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/timelineService.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ async function getProjectPhaseId(challengeLegacyId, phaseTypeId) {
101101
} finally {
102102
await connection.closeAsync()
103103
}
104+
logger.info(`Query result: ${result}`)
104105
const project_phase_id = _.get(result, '[0]', null)
105106
logger.info(`Project phase ID: ${project_phase_id}`)
106107
return project_phase_id

0 commit comments

Comments
 (0)