chore(core): Switch import/no-cycle to error level (#15408)

This commit is contained in:
Iván Ovejero
2025-05-23 17:59:48 +02:00
committed by GitHub
parent 7f0c6d62e6
commit 2bd80ced6e
10 changed files with 9 additions and 2 deletions

View File

@@ -35,6 +35,7 @@ import { ActiveExecutions } from '@/active-executions';
import { CredentialsHelper } from '@/credentials-helper';
import { EventService } from '@/events/event.service';
import type { AiEventMap, AiEventPayload } from '@/events/maps/ai.event-map';
// eslint-disable-next-line import/no-cycle
import { getLifecycleHooksForSubExecutions } from '@/execution-lifecycle/execution-lifecycle-hooks';
import { ExecutionDataService } from '@/executions/execution-data.service';
import {