Skip to content

Commit

Permalink
fix: genTsData return data
Browse files Browse the repository at this point in the history
  • Loading branch information
liangskyli committed Apr 28, 2023
1 parent e596eec commit ae2e4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/openapi-gen-ts/src/gen/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const genTsData = async (opts: IGenTsDataOpts) => {

fs.ensureDirSync(genTsAbsolutePath);

await generatorFile({
return await generatorFile({
...otherGenTsDataOpts,
schema,
genTsAbsolutePath,
Expand Down

0 comments on commit ae2e4fe

Please sign in to comment.