Skip to content

Commit

Permalink
chore: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Feb 24, 2022
1 parent 89cd242 commit 1289f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/traverse.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { _samplers } from './openapi-sampler';
import { allOfSample } from './allOf';
import { inferType } from './infer';
import { getResultForCircular, mergeDeep, popSchemaStack } from './utils';
import JsonPointer from 'json-pointer-community';
import JsonPointer from 'json-pointer';

let $refCache = {};
// for circular JS references we use additional array and not object as we need to compare entire schemas and not strings
Expand Down

0 comments on commit 1289f7b

Please sign in to comment.