- Prettier issue

This commit is contained in:
Ferdi Koomen 2020-11-15 12:11:42 +01:00
parent fe6a3be63e
commit 476d7e104a

View File

@ -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);
}