Skip to content

Commit

Permalink
Merge pull request #177 from Core-entin/fix-disableOptionalPathParame…
Browse files Browse the repository at this point in the history
…ters

fix(typegen): fix disableOptionalPathParameters
  • Loading branch information
anttiviljami committed Feb 5, 2024
2 parents 3e3f84c + 499435f commit 63e99d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typegen/src/typegen.ts
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 63e99d8

Please sign in to comment.