mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
wip: fix formatting
This commit is contained in:
parent
ec4318a88a
commit
1fe16646eb
|
@ -1,5 +1,5 @@
|
||||||
import { capitalize } from 'lodash';
|
|
||||||
import { Service } from '@n8n/di';
|
import { Service } from '@n8n/di';
|
||||||
|
import { capitalize } from 'lodash';
|
||||||
import { Logger } from 'n8n-core';
|
import { Logger } from 'n8n-core';
|
||||||
import type { WorkflowExecuteMode as ExecutionMode } from 'n8n-workflow';
|
import type { WorkflowExecuteMode as ExecutionMode } from 'n8n-workflow';
|
||||||
|
|
||||||
|
|
|
@ -6,13 +6,13 @@ import type {
|
||||||
IWorkflowExecutionDataProcess,
|
IWorkflowExecutionDataProcess,
|
||||||
} from 'n8n-workflow';
|
} from 'n8n-workflow';
|
||||||
|
|
||||||
|
import type { ConcurrencyType } from '@/concurrency/concurrency-control.service';
|
||||||
import type { AuthProviderType } from '@/databases/entities/auth-identity';
|
import type { AuthProviderType } from '@/databases/entities/auth-identity';
|
||||||
import type { ProjectRole } from '@/databases/entities/project-relation';
|
import type { ProjectRole } from '@/databases/entities/project-relation';
|
||||||
import type { GlobalRole, User } from '@/databases/entities/user';
|
import type { GlobalRole, User } from '@/databases/entities/user';
|
||||||
import type { IWorkflowDb } from '@/interfaces';
|
import type { IWorkflowDb } from '@/interfaces';
|
||||||
|
|
||||||
import type { AiEventMap } from './ai.event-map';
|
import type { AiEventMap } from './ai.event-map';
|
||||||
import { ConcurrencyType } from '@/concurrency/concurrency-control.service';
|
|
||||||
|
|
||||||
export type UserLike = {
|
export type UserLike = {
|
||||||
id: string;
|
id: string;
|
||||||
|
|
Loading…
Reference in a new issue