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

pull/43398/head
Shaun Hamilton 2021-09-07 15:54:11 +01:00 committed by GitHub
parent fee38fe744
commit 6fd628f338
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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