Skip to content

Commit

Permalink
fix(core): export ValidationError directly
Browse files Browse the repository at this point in the history
Closes #404
  • Loading branch information
Martin Adamek committed Mar 13, 2020
1 parent db809b0 commit e3e02ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ export * from './MikroORM';
export * from './entity';
export * from './EntityManager';
export * from './unit-of-work';
export * from './utils/RequestContext';
export * from './utils/Utils';
export * from './utils/Configuration';
export * from './utils';
export * from './hydration';
export * from './query/QueryBuilder';
export * from './drivers';
Expand Down

0 comments on commit e3e02ea

Please sign in to comment.