refactor(core): Clean up event relays (no-changelog) (#10284)

This commit is contained in:
Iván Ovejero
2024-08-02 16:52:49 +02:00
committed by GitHub
parent 55f2ffe256
commit aa0a470dce
49 changed files with 487 additions and 397 deletions

View File

@@ -12,7 +12,7 @@ import type { WorkflowExecuteMode as ExecutionMode } from 'n8n-workflow';
import type { ExecutionRepository } from '@/databases/repositories/execution.repository';
import type { IExecutingWorkflowData } from '@/Interfaces';
import type { Telemetry } from '@/telemetry';
import type { EventService } from '@/eventbus/event.service';
import type { EventService } from '@/events/event.service';
describe('ConcurrencyControlService', () => {
const logger = mock<Logger>();