mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor(core): Standardize filename casing for services and Public API (no-changelog) (#10579)
This commit is contained in:
@@ -6,7 +6,7 @@ import { Cipher } from 'n8n-core';
|
||||
import { nanoid } from 'nanoid';
|
||||
import type { InstanceSettings } from 'n8n-core';
|
||||
|
||||
import * as testDb from '../shared/testDb';
|
||||
import * as testDb from '../shared/test-db';
|
||||
import { SourceControlImportService } from '@/environments/source-control/source-control-import.service.ee';
|
||||
import { createMember, getGlobalOwner } from '../shared/db/users';
|
||||
import { SharedCredentialsRepository } from '@/databases/repositories/shared-credentials.repository';
|
||||
|
||||
Reference in New Issue
Block a user