Skip to content

Commit 8b9d398

Browse files
fix lang type under devfile spec doc generation script
Signed-off-by: Michael Valdron <[email protected]>
1 parent f3d1091 commit 8b9d398

File tree

1 file changed

+1
-1
lines changed
  • libs/docs/src/scripts/generate-devfile-spec-type

1 file changed

+1
-1
lines changed

libs/docs/src/scripts/generate-devfile-spec-type/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export interface Config {
3030
}
3131

3232
async function quicktypeJSONSchema(
33-
targetLanguage: string,
33+
targetLanguage: any,
3434
typeName: string,
3535
jsonSchemaString: string,
3636
): Promise<SerializedRenderResult> {

0 commit comments

Comments
 (0)