fix: set hours to claim certs to 300 (#40910)

This commit is contained in:
Tom
2021-02-05 13:03:20 -06:00
committed by GitHub
parent 4746ab924a
commit 421c05e652

View File

@ -162,9 +162,9 @@ const completionHours = {
[certTypes.apisMicroservices]: 300,
[certTypes.qaV7]: 300,
[certTypes.infosecV7]: 300,
[certTypes.sciCompPyV7]: 400,
[certTypes.dataAnalysisPyV7]: 400,
[certTypes.machineLearningPyV7]: 400
[certTypes.sciCompPyV7]: 300,
[certTypes.dataAnalysisPyV7]: 300,
[certTypes.machineLearningPyV7]: 300
};
function getCertById(anId, allChallenges) {