Skip to content

Commit

Permalink
fix: remove additional comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Jun 18, 2021
1 parent 3c69609 commit 3fdca68
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,6 @@ export default function traverse(
([orig]) => foundCycle === orig,
) as [JSONSchema, JSONSchema];

// attempt to signal that there is a cycle by putting one into the recursiveStack


return cycledMutableSchema;
}

Expand Down

0 comments on commit 3fdca68

Please sign in to comment.