Skip to content

Commit

Permalink
fix(typegen): fix disableOptionalPathParameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Core-entin committed Feb 5, 2024
1 parent 3e3f84c commit 499435f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typegen/src/typegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export async function main() {
type: 'string',
})
.option('disableOptionalPathParameters', {
type: 'string',
type: 'boolean',
description: 'Force all path parameters to be required',
default: true,
})
Expand Down

0 comments on commit 499435f

Please sign in to comment.