We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660f6d1 commit af4b816Copy full SHA for af4b816
src/index.ts
@@ -88,10 +88,6 @@ export const generate = async ({
88
useOptions,
89
});
90
91
- if (serviceTemplate) exportServices = false;
92
- if (clientTemplate) exportClient = false;
93
- if (indexTemplate) exportIndex = false;
94
-
95
let clientFinal;
96
switch (openApiVersion) {
97
case OpenApiVersion.V2: {
0 commit comments