mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
Merge pull request #265 from PieterVanEde/master
fixed order of parameters for barrel file creation
This commit is contained in:
commit
751949d447
@ -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