Skip to content

Commit 96219c4

Browse files
add logging
1 parent 576219e commit 96219c4

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
@@ -1002,6 +1002,7 @@ async function update (currentUser, challengeId, data, userToken, isFull) {
10021002
}
10031003

10041004
if (challenge.phases && challenge.phases.length > 0) {
1005+
console.log('will populate phases')
10051006
await getPhasesAndPopulate(challenge)
10061007
}
10071008

0 commit comments

Comments
 (0)