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

Commit a29de88

Browse files
author
James Cori
committed
Adding Logging Before Save
1 parent 06f0a86 commit a29de88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/syncService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ async function processChallenge (legacyId, challengeListing, challengeDetails) {
140140
tags: _.filter(_.uniq(_.concat(_.get(v5ChallengeFromAPI, 'tags'), _.get(v5ChallengeObjectFromV4, 'tags'))), t => _.toLower(t) !== 'other'),
141141
...additionalInformation
142142
}
143-
// logger.debug(`new V5 Object: ${JSON.stringify(updatedV5Object)}`)
143+
logger.debug(`new V5 Object: ${JSON.stringify(updatedV5Object)}`)
144144
return challengeService.save(updatedV5Object)
145145
}
146146

0 commit comments

Comments
 (0)