Skip to content

Commit

Permalink
fix(openapi): allow Open API to core-types to get a string (not just …
Browse files Browse the repository at this point in the history
…a schema object)
  • Loading branch information
grantila committed Feb 18, 2021
1 parent 3704669 commit 38f05cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/open-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function convertCoreTypesToOpenApi(
}

export function convertOpenApiToCoreTypes(
schema: PartialOpenApiSchema
schema: PartialOpenApiSchema | string
)
: ConversionResult< NodeDocument >
{
Expand Down

0 comments on commit 38f05cf

Please sign in to comment.