Skip to content

Commit 8e132d7

Browse files
committed
lint error
1 parent d294d4a commit 8e132d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions/challenges.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export function loadChallengesByPage (
151151
} else if (_.isObject(projectId) && projectId.value > 0) {
152152
filters['projectId'] = projectId.value
153153
} else if (userId) {
154-
// Note that we only add the memberId field if *no* project ID is given,
154+
// Note that we only add the memberId field if *no* project ID is given,
155155
// so that the list of *all challenges shows only those that the member is on
156156
filters['memberId'] = userId
157157
}

0 commit comments

Comments
 (0)