Skip to content

Commit 8b9d398

Browse files
fix lang type under devfile spec doc generation script
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
1 parent f3d1091 commit 8b9d398

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • libs/docs/src/scripts/generate-devfile-spec-type

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)