Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Moffat authored and Mark Moffat committed Feb 21, 2020
1 parent 48ce34f commit d711316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const addSchemas = () => {

const validateJson = (schema, json) => {
const result = ajv.validate(schema, json);
return{
return {
result,
errors: ajv.errors
};
Expand Down

0 comments on commit d711316

Please sign in to comment.