Skip to content

Commit

Permalink
fix: remove unused declaration (#4)
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Gorez <[email protected]>
  • Loading branch information
tony-go authored Aug 27, 2024
1 parent cb1d849 commit 864d72e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion implementations/ajv/main.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ async function* readJSONLines(filePath) {

async function validateSchema(schemaPath, instancePath) {
const schema = readJSONFile(schemaPath);
const instance = readJSONFile(instancePath);

const ajv = new Ajv({
schemaId: 'id',
Expand Down

0 comments on commit 864d72e

Please sign in to comment.