Skip to content

Commit 825c872

Browse files
committed
chore: Add exports for TransactionalEventEmitter in InboxOutboxModule
1 parent 8df75c9 commit 825c872

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/inbox-outbox.module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export class InboxOutboxModule extends ConfigurableModuleClass {
5454
inject: [MODULE_OPTIONS_TOKEN],
5555
} as Provider<any>,
5656
],
57+
exports: [TransactionalEventEmitter],
5758
};
5859
}
5960
}

0 commit comments

Comments
 (0)