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

Commit c74f864

Browse files
authored
Merge pull request #106 from topcoder-platform/multi-round-sync
Better logging
2 parents 6e238ff + 6e8207b commit c74f864

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
@@ -88,6 +88,7 @@ async function insertPhaseDependency(dependencyPhaseId, dependentPhaseId, depend
8888
* Gets phase for the given phase type for the given challenge ID
8989
*/
9090
async function getProjectPhaseId(challengeLegacyId, phaseTypeId) {
91+
logger.info(`Getting project phase ID type ${phaseTypeId} for challenge ${challengeLegacyId}`)
9192
const connection = await helper.getInformixConnection()
9293
let result = null
9394
try {

0 commit comments

Comments
 (0)