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

@@ -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 { EventService } from '@/eventbus/event.service';
import { EventService } from '@/events/event.service';
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-var-requires
const open = require('open');