Fix cert type switch

This commit is contained in:
Berkeley Martinez
2016-01-11 16:23:24 -08:00
parent a7f04cdc11
commit ee0c5c90e0

View File

@ -59,8 +59,8 @@ export default function certificate(app) {
const certTypeIds = {
[certTypes.frontEnd]: getIdsForCert$(frontEndChallengeId, Challenge),
[certTypes.backEnd]: getIdsForCert$(dataVisChallengeId, Challenge),
[certTypes.dataVis]: getIdsForCert$(backEndChallengeId, Challenge)
[certTypes.dataVis]: getIdsForCert$(dataVisChallengeId, Challenge),
[certTypes.backEnd]: getIdsForCert$(backEndChallengeId, Challenge)
};
router.post(