Skip to content

Commit b3e2a4d

Browse files
Add some comments
1 parent e341918 commit b3e2a4d

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
@@ -758,6 +758,7 @@ async function update (currentUser, challengeId, data, userToken, isFull) {
758758
// helper.ensureNoDuplicateOrNullElements(data.gitRepoURLs, 'gitRepoURLs')
759759

760760
const challenge = await helper.getById('Challenge', challengeId)
761+
// FIXME: Tech Dept
761762
let billingAccountId
762763
if (data.status) {
763764
if (data.status === constants.challengeStatuses.Active) {

0 commit comments

Comments
 (0)