refactor(challenge-helper-scripts): remove superBlock field from base meta (#62267)

This commit is contained in:
Huyen Nguyen
2025-09-19 15:00:36 +07:00
committed by GitHub
parent bed3811952
commit bdccefef08

View File

@@ -2,7 +2,6 @@ interface Meta {
name: string;
isUpcomingChange: boolean;
dashedName: string;
superBlock: string;
helpCategory: string;
challengeOrder: Array<{
id: string;
@@ -17,7 +16,6 @@ interface Meta {
const baseMeta: Meta = {
name: '',
superBlock: '',
isUpcomingChange: true,
dashedName: '',
helpCategory: '',