Skip to content

Commit

Permalink
fix: exporting missing load event (#6396)
Browse files Browse the repository at this point in the history
  • Loading branch information
saulotoledo committed Jul 17, 2020
1 parent 911ac93 commit c6336aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Expand Up @@ -151,6 +151,7 @@ export {MongoRepository} from "./repository/MongoRepository";
export {FindOneOptions} from "./find-options/FindOneOptions";
export {FindManyOptions} from "./find-options/FindManyOptions";
export {InsertEvent} from "./subscriber/event/InsertEvent";
export {LoadEvent} from "./subscriber/event/LoadEvent";
export {UpdateEvent} from "./subscriber/event/UpdateEvent";
export {RemoveEvent} from "./subscriber/event/RemoveEvent";
export {EntitySubscriberInterface} from "./subscriber/EntitySubscriberInterface";
Expand Down

0 comments on commit c6336aa

Please sign in to comment.