diff --git a/src/utils/writeClient.ts b/src/utils/writeClient.ts index 4484950f..fc607e4a 100644 --- a/src/utils/writeClient.ts +++ b/src/utils/writeClient.ts @@ -77,5 +77,5 @@ export async function writeClient( await writeClientModels(client.models, templates, outputPathModels); } - await writeClientIndex(client, templates, outputPath, exportCore, exportModels, exportServices, exportSchemas); + await writeClientIndex(client, templates, outputPath, exportCore, exportServices, exportModels, exportSchemas); }