Skip to content

Commit

Permalink
Fixed property "parameters" typo (#417)
Browse files Browse the repository at this point in the history
Co-authored-by: Christiaan Nieuwlaat <christiaan.nieuwlaat@teamrockstars.nl>
  • Loading branch information
krizzje and Christiaan Nieuwlaat authored Oct 26, 2020
1 parent f99e961 commit 8e49467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewares/parsers/request.schema.preprocessor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class RequestSchemaPreprocessor {

const v = pathItem[pathItemKey];
if (v === parameters) return;
const ref = v?.parmeters?.$ref;
const ref = v?.parameters?.$ref;

const operationParameters = <
Array<OpenAPIV3.ParameterObject | OpenAPIV3.ReferenceObject>
Expand Down

0 comments on commit 8e49467

Please sign in to comment.