Skip to content

Commit 52a6878

Browse files
authored
Merge pull request #37 from k-g-a/patch-1
Fix clientGeneratorOptions always being reset to defaults
2 parents 1d6f4ab + 14d7687 commit 52a6878

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/openapi-nest.factory.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export class OpenApiNestFactory {
5959
}
6060

6161
toolsOptions.clientGeneratorOptions = new AxiosClientGeneratorOptions({
62+
...toolsOptions.clientGeneratorOptions,
6263
outputFolderPath,
6364
});
6465
}

0 commit comments

Comments
 (0)