We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad358d commit 5de1b2cCopy full SHA for 5de1b2c
packages/core/src/emitter/transactional-event-emitter.ts
@@ -27,7 +27,7 @@ export class TransactionalEventEmitter {
27
event: InboxOutboxEvent,
28
entities: {
29
operation: TransactionalEventEmitterOperations;
30
- entity: { id: number | string };
+ entity: any;
31
}[],
32
): Promise<void> {
33
const eventOptions: InboxOutboxModuleEventOptions = this.options.events.find((optionEvent) => optionEvent.name === event.name);
0 commit comments