Skip to content

Commit e3a1f8b

Browse files
fix typo
1 parent 0a4e113 commit e3a1f8b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/services/ChallengeService.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1678,8 +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')
1682-
await helper.updateSelfServiceProjectInfo(challenge.projectId, data.endDate || challenge.endDate. currentUser)
1681+
await helper.updateSelfServiceProjectInfo(challenge.projectId, data.endDate || challenge.endDate, currentUser)
16831682
} catch (e) {
16841683
logger.debug(`There was an error trying to update the project: ${e.message}`)
16851684
}

0 commit comments

Comments
 (0)