Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mavarazy committed Nov 2, 2017
1 parent 5bbb244 commit 0855e59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export function isRefArray(field, schema) {

function fetchSchema(ref, schema) {
if (ref.startsWith("#/")) {
ref.substr(2).split("/");
return ref
.substr(2)
.split("/")
Expand Down

0 comments on commit 0855e59

Please sign in to comment.