diff --git a/common/app/routes/Hikes/flux/Actions.js b/common/app/routes/Hikes/flux/Actions.js index 6ef70eff96..9da3426226 100644 --- a/common/app/routes/Hikes/flux/Actions.js +++ b/common/app/routes/Hikes/flux/Actions.js @@ -257,7 +257,7 @@ export default Actions({ // challenge completed let update$; if (isSignedIn) { - const body = { id, name, challengeType }; + const body = { id, name, challengeType: +challengeType }; update$ = this.postJSON$('/completed-challenge', body) // if post fails, will retry once .retry(3)