Skip to content

Commit

Permalink
Merge pull request #2 from jeffposnick/patch-1
Browse files Browse the repository at this point in the history
Fix ValidationError export
  • Loading branch information
elsmr authored Jun 10, 2021
2 parents b26234c + 7622337 commit 2c826c1
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 @@ -108,4 +108,4 @@ export const betterAjvErrors = ({
});
};

export { ValidationError } from 'types/ValidationError';
export { ValidationError };

0 comments on commit 2c826c1

Please sign in to comment.