From 476d7e104a14b1af841827f7ae033841e3132e45 Mon Sep 17 00:00:00 2001 From: Ferdi Koomen Date: Sun, 15 Nov 2020 12:11:42 +0100 Subject: [PATCH] - Prettier issue --- src/utils/writeClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/writeClient.ts b/src/utils/writeClient.ts index e20d47a4..4c4cb3c2 100644 --- a/src/utils/writeClient.ts +++ b/src/utils/writeClient.ts @@ -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); }