fix(tools): correct files -> challengeFiles (#43385)
This commit is contained in:
@ -113,7 +113,7 @@ const reorderSteps = () => {
|
||||
};
|
||||
|
||||
const getChallengeSeeds = challengeFilePath => {
|
||||
return parseMDSync(challengeFilePath).files;
|
||||
return parseMDSync(challengeFilePath).challengeFiles;
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
|
Reference in New Issue
Block a user