fix(tools): correct files -> challengeFiles (#43385)

This commit is contained in:
Shaun Hamilton
2021-09-07 15:54:11 +01:00
committed by GitHub
parent fee38fe744
commit 6fd628f338

View File

@ -113,7 +113,7 @@ const reorderSteps = () => {
};
const getChallengeSeeds = challengeFilePath => {
return parseMDSync(challengeFilePath).files;
return parseMDSync(challengeFilePath).challengeFiles;
};
module.exports = {