Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
caused by commit aabd716 addressing issue Mermade#152
  • Loading branch information
pauldesmondparker committed Oct 27, 2023
1 parent b1bba3f commit e492086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/oas-resolver/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ function loopReferences(options, res, rej) {
options.openapi = deRef(options.openapi,options.original,{verbose:options.verbose-1});
if (options.verbose>1) console.warn(common.colour.yellow+'Finished internal resolution!',common.colour.normal);
}
recurse(options.openapi,{},function(obj,key,state){
recurse(options.openapi,{identityDetection:true},function(obj,key,state){
if (isRef(obj, key)) {
if (!options.preserveMiro) delete obj['x-miro'];
}
Expand Down

0 comments on commit e492086

Please sign in to comment.