fix(tools): remove not allowed property (#55156)

This commit is contained in:
Krzysztof G
2024-06-11 15:51:59 +02:00
committed by GitHub
parent 835b4dd0cf
commit 5baca709b1
2 changed files with 0 additions and 2 deletions

View File

@@ -100,7 +100,6 @@ async function createMetaJson(
newMeta.dashedName = block;
newMeta.helpCategory = helpCategory;
newMeta.order = order;
newMeta.superOrder = Object.values(SuperBlocks).indexOf(superBlock) + 1;
newMeta.superBlock = superBlock;
// eslint-disable-next-line @typescript-eslint/no-base-to-string
newMeta.challengeOrder = [{ id: challengeId.toString(), title: 'Step 1' }];