mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(core): Merge event bus controllers and remove dead code (no-changelog) (#9688)
This commit is contained in:
@@ -158,9 +158,7 @@ export const setupTestServer = ({
|
||||
|
||||
case 'eventBus':
|
||||
const { EventBusController } = await import('@/eventbus/eventBus.controller');
|
||||
const { EventBusControllerEE } = await import('@/eventbus/eventBus.controller.ee');
|
||||
registerController(app, EventBusController);
|
||||
registerController(app, EventBusControllerEE);
|
||||
break;
|
||||
|
||||
case 'auth':
|
||||
|
||||
Reference in New Issue
Block a user