Skip to content

Commit 751949d

Browse files
authored
Merge pull request ferdikoomen#265 from PieterVanEde/master
fixed order of parameters for barrel file creation
2 parents 4a8db23 + 07353f3 commit 751949d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/writeClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ export async function writeClient(
7777
await writeClientModels(client.models, templates, outputPathModels);
7878
}
7979

80-
await writeClientIndex(client, templates, outputPath, exportCore, exportModels, exportServices, exportSchemas);
80+
await writeClientIndex(client, templates, outputPath, exportCore, exportServices, exportModels, exportSchemas);
8181
}

0 commit comments

Comments
 (0)