Skip to content

Commit

Permalink
lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgasper committed Apr 20, 2023
1 parent d59b49c commit 7de2daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/challenges.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export function loadChallengesByPage (
} else if (_.isObject(projectId) && projectId.value > 0) {
filters['projectId'] = projectId.value
} else if (userId) {
// Note that we only add the memberId field if *no* project ID is given,
// Note that we only add the memberId field if *no* project ID is given,
// so that the list of *all challenges shows only those that the member is on
filters['memberId'] = userId
}
Expand Down

0 comments on commit 7de2daf

Please sign in to comment.