fix(description): Adjust for new description format

This commit is contained in:
Bouncey
2018-10-05 10:17:34 +01:00
committed by Stuart Taylor
parent badc68089f
commit b38ee544a3
9 changed files with 50 additions and 78 deletions

View File

@ -26,13 +26,6 @@ export default function settingsController(app) {
createValidatorErrorHandler(alertTypes.danger),
updateMyCurrentChallenge
);
api.post(
'/update-my-current-challenge',
ifNoUser401,
updateMyCurrentChallengeValidators,
createValidatorErrorHandler(alertTypes.danger),
updateMyCurrentChallenge
);
api.post('/update-my-portfolio', ifNoUser401, updateMyPortfolio);
api.post('/update-my-projects', ifNoUser401, updateMyProjects);
api.post(