Build listener to backfill position (#4432)
* Build listener to backfill position * Fix tests --------- Co-authored-by: Thomas Trompette <thomast@twenty.com>
This commit is contained in:
@ -40,7 +40,9 @@ import { MessageQueueModule } from './message-queue/message-queue.module';
|
||||
useFactory: emailModuleFactory,
|
||||
inject: [EnvironmentService],
|
||||
}),
|
||||
EventEmitterModule.forRoot(),
|
||||
EventEmitterModule.forRoot({
|
||||
wildcard: true,
|
||||
}),
|
||||
CacheStorageModule,
|
||||
],
|
||||
exports: [],
|
||||
|
||||
Reference in New Issue
Block a user