A few things that Prettier seemed to miss (#23005)
This commit is contained in:
@@ -174,6 +174,6 @@ function getExampleParamValue(name, schema) {
|
||||
case 'array':
|
||||
return [getExampleParamValue(name, schema.items)]
|
||||
}
|
||||
|
||||
|
||||
throw new Error(`Unknown data type in schema:, ${JSON.stringify(schema, null, 2)}`)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user