Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6d8dfad

Browse files
authoredDec 10, 2018
Update members.js
1 parent a584e81 commit 6d8dfad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/actions/members.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ async function getActiveChallengesDone(handle, uuid, tokenV3) {
143143
}
144144
const calls = [
145145
getAll(params => service.getUserChallenges(handle, filter, params)),
146-
getAll(params => service.getUserMarathonMatches(handle, filter, params)),
147146
];
148147

149148
const [challenges] = await Promise.all(calls);

0 commit comments

Comments
 (0)
Please sign in to comment.