mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
refactor(core): Enable import/order eslint rule (#10794)
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
import { MessageEventBusDestinationTypeNames } from 'n8n-workflow';
|
||||
import { Container } from 'typedi';
|
||||
|
||||
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 { Logger } from '@/logger';
|
||||
|
||||
import { MessageEventBusDestinationSentry } from './message-event-bus-destination-sentry.ee';
|
||||
import { MessageEventBusDestinationSyslog } from './message-event-bus-destination-syslog.ee';
|
||||
import { MessageEventBusDestinationWebhook } from './message-event-bus-destination-webhook.ee';
|
||||
import { Container } from 'typedi';
|
||||
import { Logger } from '@/logger';
|
||||
import type { MessageEventBusDestination } from './message-event-bus-destination.ee';
|
||||
import type { MessageEventBus } from '../message-event-bus/message-event-bus';
|
||||
|
||||
export function messageEventBusDestinationFromDb(
|
||||
eventBusInstance: MessageEventBus,
|
||||
|
||||
Reference in New Issue
Block a user