wip: fix formatting

This commit is contained in:
Eugene Molodkin 2025-01-07 15:21:47 +01:00
parent ec4318a88a
commit 1fe16646eb
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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';

View file

@ -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;