Fix assert unreachable, remove unused variables (#13753)
Small code cleanup
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ import { type TwentyConfigService } from 'src/engine/core-modules/twenty-config/
|
||||
* @param twentyConfigService
|
||||
*/
|
||||
export const messageQueueModuleFactory = async (
|
||||
twentyConfigService: TwentyConfigService,
|
||||
_twentyConfigService: TwentyConfigService,
|
||||
redisClientService: RedisClientService,
|
||||
): Promise<MessageQueueModuleOptions> => {
|
||||
const driverType = MessageQueueDriverType.BullMQ;
|
||||
|
||||
Reference in New Issue
Block a user