mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
fix(tools): make the editing steps tool keep the challenge type (#54308)
This commit is contained in:
@@ -164,6 +164,7 @@ async function createFirstChallenge(
|
||||
return createStepFile({
|
||||
projectPath: newChallengeDir + '/',
|
||||
stepNum: 1,
|
||||
challengeType: 0,
|
||||
challengeSeeds
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user