Skip to content

Commit

Permalink
refactor: if to switch
Browse files Browse the repository at this point in the history
  • Loading branch information
mvhysko committed Jun 15, 2021
1 parent f964ad4 commit d9da326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export function getAjv(): Ajv {
"http://json-schema.org/draft-07/schema#/definitions/nonNegativeInteger"
break
default:
dataSchema[key] = dsCopy[key]
dataSchema[key] = val
}
break
}
Expand Down

0 comments on commit d9da326

Please sign in to comment.