mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
refactor(core): Enforce filename casing in cli package (no-changelog) (#10594)
This commit is contained in:
@@ -2,9 +2,9 @@ import { Service } from 'typedi';
|
||||
import type { IUserSettings } from 'n8n-workflow';
|
||||
import { ApplicationError, ErrorReporterProxy as ErrorReporter } from 'n8n-workflow';
|
||||
|
||||
import type { User, AssignableRole } from '@/databases/entities/User';
|
||||
import type { User, AssignableRole } from '@/databases/entities/user';
|
||||
import { UserRepository } from '@/databases/repositories/user.repository';
|
||||
import type { Invitation, PublicUser } from '@/Interfaces';
|
||||
import type { Invitation, PublicUser } from '@/interfaces';
|
||||
import type { PostHogClient } from '@/posthog';
|
||||
import { Logger } from '@/logger';
|
||||
import { UserManagementMailer } from '@/user-management/email';
|
||||
|
||||
Reference in New Issue
Block a user