Fix cert type switch
This commit is contained in:
@ -59,8 +59,8 @@ export default function certificate(app) {
|
|||||||
|
|
||||||
const certTypeIds = {
|
const certTypeIds = {
|
||||||
[certTypes.frontEnd]: getIdsForCert$(frontEndChallengeId, Challenge),
|
[certTypes.frontEnd]: getIdsForCert$(frontEndChallengeId, Challenge),
|
||||||
[certTypes.backEnd]: getIdsForCert$(dataVisChallengeId, Challenge),
|
[certTypes.dataVis]: getIdsForCert$(dataVisChallengeId, Challenge),
|
||||||
[certTypes.dataVis]: getIdsForCert$(backEndChallengeId, Challenge)
|
[certTypes.backEnd]: getIdsForCert$(backEndChallengeId, Challenge)
|
||||||
};
|
};
|
||||||
|
|
||||||
router.post(
|
router.post(
|
||||||
|
Reference in New Issue
Block a user