Skip to content

Commit 3bb1f37

Browse files
fix lint
1 parent e29a714 commit 3bb1f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/ChallengeService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ async function update (currentUser, challengeId, data, userToken, isFull) {
689689
if (data.groups) {
690690
await ensureAcessibilityToModifiedGroups(currentUser, data, challenge)
691691
}
692-
692+
693693
console.log('before fetching attachments')
694694
let newAttachments
695695
if (isFull || !_.isUndefined(data.attachmentIds)) {

0 commit comments

Comments
 (0)