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

Lines changed: 1 addition & 1 deletion
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

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy