We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93534a8 commit 3d3e727Copy full SHA for 3d3e727
1 file changed
packages/openapi-code-generator/src/core/input.ts
@@ -600,17 +600,6 @@ export class ParameterNormalizer {
600
throwUnsupportedStyle(style)
601
}
602
603
- // todo: add if dereferenced(base.schema).type === "array
604
- /*
605
-
606
- "x-internal-preprocess": {
607
- deserialize: {
608
- fn: "(it: unknown) => Array.isArray(it) || it === undefined ? it : [it]",
609
- },
610
611
612
- */
613
614
return {
615
...base,
616
in: "query",
0 commit comments