refactor(core): Standardize filename casing for environments and eventbus (no-changelog) (#10527)

This commit is contained in:
Iván Ovejero
2024-08-26 11:10:06 +02:00
committed by GitHub
parent 9d156d3703
commit 96e69ad5f2
87 changed files with 207 additions and 206 deletions

View File

@@ -15,7 +15,7 @@ import { ActiveExecutions } from '@/active-executions';
import { ActiveWorkflowManager } from '@/active-workflow-manager';
import { Server } from '@/server';
import { EDITOR_UI_DIST_DIR, LICENSE_FEATURES } from '@/constants';
import { MessageEventBus } from '@/eventbus/MessageEventBus/MessageEventBus';
import { MessageEventBus } from '@/eventbus/message-event-bus/message-event-bus';
import { License } from '@/license';
import { OrchestrationService } from '@/services/orchestration.service';
import { OrchestrationHandlerMainService } from '@/services/orchestration/main/orchestration.handler.main.service';