Refactor N8n integration: update schema exports, improve import order, and enhance service logic

- Added export for N8n schema in chatbot.schema.ts.
- Improved import order in n8n.dto.ts and n8n.router.ts for better readability.
- Refactored variable declarations in n8n.service.ts for consistency and clarity.
This commit is contained in:
Guilherme Gomes
2025-05-14 20:50:48 -03:00
parent 38f089f04c
commit 71101807bb
4 changed files with 11 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
import { TriggerType, TriggerOperator } from '@prisma/client';
import { TriggerOperator, TriggerType } from '@prisma/client';
export class N8nDto {
enabled?: boolean;