mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
fixed order of parameters for barrel file creation
This commit is contained in:
parent
4a8db23dd3
commit
07353f3703
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user