mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
fix(tools): adjust create language block helper script (#62090)
This commit is contained in:
@@ -54,7 +54,7 @@ async function createLanguageBlock(
|
||||
const superblockFilename = (
|
||||
superBlockToFilename as Record<SuperBlocks, string>
|
||||
)[superBlock];
|
||||
void updateSimpleSuperblockStructure(block, { order: 0 }, superblockFilename);
|
||||
void updateSimpleSuperblockStructure(block, {}, superblockFilename);
|
||||
// TODO: remove once we stop relying on markdown in the client.
|
||||
await createIntroMD(superBlock, block, title);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user