mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
refactor(core): Enforce filename casing in cli package (no-changelog) (#10594)
This commit is contained in:
@@ -12,7 +12,7 @@ import {
|
||||
UNLIMITED_LICENSE_QUOTA,
|
||||
} from './constants';
|
||||
import { SettingsRepository } from '@/databases/repositories/settings.repository';
|
||||
import type { BooleanLicenseFeature, N8nInstanceType, NumericLicenseFeature } from './Interfaces';
|
||||
import type { BooleanLicenseFeature, N8nInstanceType, NumericLicenseFeature } from './interfaces';
|
||||
import type { RedisServicePubSubPublisher } from './services/redis/redis-service-pub-sub-publisher';
|
||||
import { RedisService } from './services/redis.service';
|
||||
import { OrchestrationService } from '@/services/orchestration.service';
|
||||
|
||||
Reference in New Issue
Block a user