Skip to content

Commit

Permalink
fix: exporting missing load event (typeorm#6396)
Browse files Browse the repository at this point in the history
  • Loading branch information
saulotoledo authored and Svetlozar committed Jan 12, 2021
1 parent 7b6e14e commit a484bf8
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 a484bf8

Please sign in to comment.