mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
refactor(core): Standardize filename casing for controllers and databases (no-changelog) (#10564)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { MessageEventBusDestinationTypeNames } from 'n8n-workflow';
|
||||
import type { EventDestinations } from '@db/entities/EventDestinations';
|
||||
import type { EventDestinations } from '@/databases/entities/event-destinations';
|
||||
import type { MessageEventBus } from '../message-event-bus/message-event-bus';
|
||||
import type { MessageEventBusDestination } from './message-event-bus-destination.ee';
|
||||
import { MessageEventBusDestinationSentry } from './message-event-bus-destination-sentry.ee';
|
||||
|
||||
Reference in New Issue
Block a user