From 1fe16646eb2dfd60b4a6435d59cef01fe491b59f Mon Sep 17 00:00:00 2001 From: Eugene Molodkin Date: Tue, 7 Jan 2025 15:21:47 +0100 Subject: [PATCH] wip: fix formatting --- packages/cli/src/concurrency/concurrency-control.service.ts | 2 +- packages/cli/src/events/maps/relay.event-map.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cli/src/concurrency/concurrency-control.service.ts b/packages/cli/src/concurrency/concurrency-control.service.ts index 35ac95f34b..f5ba27e6b0 100644 --- a/packages/cli/src/concurrency/concurrency-control.service.ts +++ b/packages/cli/src/concurrency/concurrency-control.service.ts @@ -1,5 +1,5 @@ -import { capitalize } from 'lodash'; import { Service } from '@n8n/di'; +import { capitalize } from 'lodash'; import { Logger } from 'n8n-core'; import type { WorkflowExecuteMode as ExecutionMode } from 'n8n-workflow'; diff --git a/packages/cli/src/events/maps/relay.event-map.ts b/packages/cli/src/events/maps/relay.event-map.ts index 4794bdedbf..3d70ef2959 100644 --- a/packages/cli/src/events/maps/relay.event-map.ts +++ b/packages/cli/src/events/maps/relay.event-map.ts @@ -6,13 +6,13 @@ import type { IWorkflowExecutionDataProcess, } from 'n8n-workflow'; +import type { ConcurrencyType } from '@/concurrency/concurrency-control.service'; import type { AuthProviderType } from '@/databases/entities/auth-identity'; import type { ProjectRole } from '@/databases/entities/project-relation'; import type { GlobalRole, User } from '@/databases/entities/user'; import type { IWorkflowDb } from '@/interfaces'; import type { AiEventMap } from './ai.event-map'; -import { ConcurrencyType } from '@/concurrency/concurrency-control.service'; export type UserLike = { id: string;