Skip to content

Commit

Permalink
Fix method sig on loadSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgarde committed Aug 7, 2023
1 parent 70877f1 commit ee4aba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export default class Utilities {
* .json extension
* @return {function} a validation function from ajv
*/
async loadJsonSchema(schemaName) {
loadSchema(schemaName) {
this.#ajv.getSchema(schemaName);
}

Expand Down

0 comments on commit ee4aba2

Please sign in to comment.