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

pull/40946/head
Tom 2021-02-05 13:03:20 -06:00 committed by GitHub
parent 4746ab924a
commit 421c05e652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

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) {