From 1a3eba43127288748333b4509d2b44295978334d Mon Sep 17 00:00:00 2001 From: Ferdi Koomen Date: Thu, 28 Oct 2021 20:26:36 +0200 Subject: [PATCH] Fixed call to get content --- src/openApi/v3/parser/getContent.ts | 4 ++-- src/openApi/v3/parser/getOperationRequestBody.ts | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/openApi/v3/parser/getContent.ts b/src/openApi/v3/parser/getContent.ts index 46da5ef7..7e0d58e5 100644 --- a/src/openApi/v3/parser/getContent.ts +++ b/src/openApi/v3/parser/getContent.ts @@ -25,7 +25,7 @@ export function getContent(openApi: OpenApi, content: Dictionary