File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,10 @@ import { fileURLToPath } from 'node:url';
66import debug from 'debug' ;
77
88import type { Chapter } from '../../shared-dist/config/chapters.js' ;
9- import type { SuperBlocks } from '../../shared-dist/config/curriculum.js' ;
9+ import type {
10+ SuperBlocks ,
11+ ChallengeLang
12+ } from '../../shared-dist/config/curriculum.js' ;
1013import type { Certification } from '../../shared-dist/config/certification-settings.js' ;
1114
1215const log = debug ( 'fcc:file-handler' ) ;
@@ -153,7 +156,7 @@ export type Challenge = {
153156 missing ?: boolean ;
154157 challengeFiles ?: ChallengeFile [ ] ;
155158 solutions ?: ChallengeFile [ ] [ ] ;
156- lang ?: string ;
159+ lang ?: ChallengeLang ;
157160} ;
158161
159162export interface BlockStructure {
You can’t perform that action at this time.
0 commit comments