Skip to content

Commit

Permalink
Refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Aug 29, 2019
1 parent 4da9052 commit 3351b43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mod/data_api/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ class DSUtils {
obj = o
}


const schema = factory.getSchema(FilesUtil.readFile(`${schemaPath}/${kind.toLowerCase()}s_schema.json`))
const node = mapper.readTree(JSON.stringify(obj))
const errors = schema.validate(node)
Expand Down

0 comments on commit 3351b43

Please sign in to comment.