mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
Correct punctuations in option descriptions and change indent option values
This commit is contained in:
@@ -81,6 +81,8 @@ class SchemaPack {
|
||||
);
|
||||
// hardcoding this option - not exposed to users yet
|
||||
this.computedOptions.schemaFaker = true;
|
||||
let indentCharacter = this.computedOptions.indentCharacter;
|
||||
this.computedOptions.indentCharacter = indentCharacter === 'Tab' ? '\t' : ' ';
|
||||
|
||||
this.validate();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user