mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(core): Enforce filename casing in cli package (no-changelog) (#10594)
This commit is contained in:
@@ -7,7 +7,7 @@ import { URL } from 'url';
|
||||
|
||||
import config from '@/config';
|
||||
import { AUTH_COOKIE_NAME } from '@/constants';
|
||||
import type { User } from '@/databases/entities/User';
|
||||
import type { User } from '@/databases/entities/user';
|
||||
import { ControllerRegistry } from '@/decorators';
|
||||
import { rawBodyReader, bodyParser } from '@/middlewares';
|
||||
import { PostHogClient } from '@/posthog';
|
||||
@@ -150,7 +150,7 @@ export const setupTestServer = ({
|
||||
break;
|
||||
|
||||
case 'eventBus':
|
||||
await import('@/eventbus/eventBus.controller');
|
||||
await import('@/eventbus/event-bus.controller');
|
||||
break;
|
||||
|
||||
case 'auth':
|
||||
|
||||
Reference in New Issue
Block a user