mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
- Prettier issue
This commit is contained in:
parent
fe6a3be63e
commit
476d7e104a
@ -70,7 +70,7 @@ export async function writeClient(
|
||||
await writeClientModels(client.models, templates, outputPathModels, httpClient, useUnionTypes);
|
||||
}
|
||||
|
||||
if (exportCore || exportServices || exportSchemas || exportModels) {
|
||||
if (exportCore || exportServices || exportSchemas || exportModels) {
|
||||
await mkdir(outputPath);
|
||||
await writeClientIndex(client, templates, outputPath, useUnionTypes, exportCore, exportServices, exportModels, exportSchemas);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user