fix(tools): adjust create language block helper script (#62090)

This commit is contained in:
Tom
2025-09-09 09:32:10 -05:00
committed by GitHub
parent ce9f1dd99a
commit bd2167c176
3 changed files with 29 additions and 3 deletions

View File

@@ -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);
}