Skip to content

Commit

Permalink
refactor: omit openapi-typescript generated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed May 14, 2024
1 parent 09329b3 commit a2552c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ async function generateSchemaTypes(options: {

try {
const ast = await openAPITS(schema, {
commentHeader: '',
...options.openAPITSOptions,
...options.endpoint.openAPITS,
})
Expand Down

0 comments on commit a2552c8

Please sign in to comment.