Browse Source

Merge branch 'content_cli_reworkings' into cli_channels

iorveth 4 years ago
parent
commit
c135ded86c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cli/src/helpers/JsonSchemaPrompt.ts

+ 1 - 1
cli/src/helpers/JsonSchemaPrompt.ts

@@ -23,7 +23,7 @@ export class JsonSchemaPrompter<JsonResult> {
     schema: JSONSchema,
     defaults?: Partial<JsonResult>,
     customPrompts?: JsonSchemaCustomPrompts,
-    schemaPath: string = ''
+    schemaPath = ''
   ) {
     this.customPropmpts = customPrompts
     this.schema = schema