Skip to content

Commit

Permalink
Update parser.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Souvikns committed Nov 20, 2023
1 parent b163dda commit 50d8f66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/v3/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ async function resolveExternalRefsForOperation(parsedJSON: any, $refs: $Refs) {
path: '$.operations.*.messages.*'
}).forEach(
({parent, parentProperty}: {parent: any, parentProperty: string}) => {
console.log(parentProperty)
parent.forEach( (reference: any) => {
const ref = reference['$ref']
if (isExternalReference(ref)) {
Expand Down

0 comments on commit 50d8f66

Please sign in to comment.