Skip to content

Commit

Permalink
Update src/event-bus.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec authored May 5, 2022
1 parent 3652ac1 commit 12af67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event-bus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class EventBus<EventBase extends IEvent = IEvent>
protected readonly subscriptions: Subscription[];

private _publisher: IEventPublisher<EventBase>;
private _logger = new Logger('EventBus');
private readonly _logger = new Logger(EventBus.name);

constructor(
private readonly commandBus: CommandBus,
Expand Down

0 comments on commit 12af67e

Please sign in to comment.