Skip to content

Commit 009d34c

Browse files
committed
Merge branch 'master' into develop
2 parents 626aa51 + 097ccc8 commit 009d34c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"lint:js": "./node_modules/.bin/eslint --ext .js,.jsx .",
3232
"test": "npm run lint && npm run jest"
3333
},
34-
"version": "0.7.0",
34+
"version": "0.7.1",
3535
"dependencies": {
3636
"auth0-js": "^6.8.4",
3737
"isomorphic-fetch": "^2.2.1",

src/actions/members.js

-1
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)