refactor(core): Clean up event relays (no-changelog) (#10284)
This commit is contained in:
@@ -33,7 +33,7 @@ import type { EntityManager } from '@n8n/typeorm';
|
||||
// eslint-disable-next-line n8n-local-rules/misplaced-n8n-typeorm-import
|
||||
import { In } from '@n8n/typeorm';
|
||||
import { SharedWorkflow } from '@/databases/entities/SharedWorkflow';
|
||||
import { EventService } from '@/eventbus/event.service';
|
||||
import { EventService } from '@/events/event.service';
|
||||
|
||||
@Service()
|
||||
export class WorkflowService {
|
||||
|
||||
@@ -42,7 +42,7 @@ import { In, type FindOptionsRelations } from '@n8n/typeorm';
|
||||
import type { Project } from '@/databases/entities/Project';
|
||||
import { ProjectRelationRepository } from '@/databases/repositories/projectRelation.repository';
|
||||
import { z } from 'zod';
|
||||
import { EventService } from '@/eventbus/event.service';
|
||||
import { EventService } from '@/events/event.service';
|
||||
import { GlobalConfig } from '@n8n/config';
|
||||
|
||||
@RestController('/workflows')
|
||||
|
||||
Reference in New Issue
Block a user