Skip to content

Commit 0a4e113

Browse files
add logging
1 parent d50a8b1 commit 0a4e113

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/ChallengeService.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1678,6 +1678,7 @@ async function update (currentUser, challengeId, data, isFull) {
16781678
if (data.status) {
16791679
if (challenge.legacy.selfService && data.status === constants.challengeStatuses.Draft) {
16801680
try {
1681+
logger.info('will try to update the project information')
16811682
await helper.updateSelfServiceProjectInfo(challenge.projectId, data.endDate || challenge.endDate. currentUser)
16821683
} catch (e) {
16831684
logger.debug(`There was an error trying to update the project: ${e.message}`)

0 commit comments

Comments
 (0)