mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 03:42:16 +00:00
refactor(core): Move leaf entities to @n8n/db (#15010)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import type { WebhookEntity } from '@n8n/db';
|
||||
import { Service } from '@n8n/di';
|
||||
import { HookContext, WebhookContext, Logger } from 'n8n-core';
|
||||
import { Node, NodeHelpers, UnexpectedError } from 'n8n-workflow';
|
||||
@@ -14,7 +15,6 @@ import type {
|
||||
WorkflowExecuteMode,
|
||||
} from 'n8n-workflow';
|
||||
|
||||
import type { WebhookEntity } from '@/databases/entities/webhook-entity';
|
||||
import { WebhookRepository } from '@/databases/repositories/webhook.repository';
|
||||
import { NodeTypes } from '@/node-types';
|
||||
import { CacheService } from '@/services/cache/cache.service';
|
||||
|
||||
Reference in New Issue
Block a user