Skip to content

Commit

Permalink
choreL fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanhulle committed Apr 1, 2024
1 parent 0bb749a commit a7e7433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/swagger/src/utils/getParams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function getASTParams(
name,
enabled: !!name,
required: isParam ? schema.required : true,
type: typed ? `${operationSchema.name}["${camelCase(name)}"]` : undefined,
type: typed ? `${operationSchema.name}["${name}"]` : undefined,
}

return override ? override(data) : data
Expand Down

0 comments on commit a7e7433

Please sign in to comment.