mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor(core): Rename EventRelay to EventService (no-changelog) (#10110)
This commit is contained in:
@@ -33,7 +33,7 @@ import { ExecutionService } from '@/executions/execution.service';
|
||||
import { OwnershipService } from '@/services/ownership.service';
|
||||
import { WorkflowRunner } from '@/WorkflowRunner';
|
||||
import { ExecutionRecoveryService } from '@/executions/execution-recovery.service';
|
||||
import { EventRelay } from '@/eventbus/event-relay.service';
|
||||
import { EventService } from '@/eventbus/event.service';
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-var-requires
|
||||
const open = require('open');
|
||||
@@ -378,7 +378,7 @@ export class Start extends BaseCommand {
|
||||
projectId: project.id,
|
||||
};
|
||||
|
||||
Container.get(EventRelay).emit('execution-started-during-bootup', {
|
||||
Container.get(EventService).emit('execution-started-during-bootup', {
|
||||
executionId: execution.id,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user