Skip to content

Commit 02e2a9e

Browse files
committed
fix
1 parent 131646b commit 02e2a9e

File tree

1 file changed

+1
-1
lines changed
  • packages/openapi-ts/src/generate/legacy

1 file changed

+1
-1
lines changed

packages/openapi-ts/src/generate/legacy/output.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const generateLegacyOutput = async ({
6868
clientPlugin.config.bundle
6969
) {
7070
generateClientBundle({
71-
legacy: false,
71+
legacy: true,
7272
outputPath,
7373
// @ts-expect-error
7474
plugin: clientPlugin,

0 commit comments

Comments
 (0)