Skip to content

Commit

Permalink
Update lib/event-subscribers.loader.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Aug 11, 2022
1 parent 48b4dba commit a440dfc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/event-subscribers.loader.ts
Expand Up @@ -48,7 +48,6 @@ export class EventSubscribersLoader
.filter(wrapper => wrapper.instance)
.forEach((wrapper: InstanceWrapper) => {
if (wrapper.isAlias) {
//Let the original provider handle events and not any of its aliases
return;
}
const { instance } = wrapper;
Expand Down

0 comments on commit a440dfc

Please sign in to comment.