Skip to content

Commit

Permalink
chore: Add exports for TransactionalEventEmitter in InboxOutboxModule
Browse files Browse the repository at this point in the history
  • Loading branch information
axotion committed Oct 4, 2024
1 parent d20c231 commit 3a4869c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/inbox-outbox.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import { EventConfigurationResolver } from './resolver/event-configuration.resol
EventConfigurationResolver,
EventValidator,
],
exports: [TransactionalEventEmitter],
})
export class InboxOutboxModule extends ConfigurableModuleClass {
static registerAsync(options: typeof ASYNC_OPTIONS_TYPE): DynamicModule {
Expand Down

0 comments on commit 3a4869c

Please sign in to comment.