mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-19 04:00:51 -05:00
refactor(challenge-helper-scripts): remove superBlock field from base meta (#62267)
This commit is contained in:
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user