mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor(core): Enforce filename casing in cli package (no-changelog) (#10594)
This commit is contained in:
@@ -14,7 +14,7 @@ import { ExecutionRepository } from '@/databases/repositories/execution.reposito
|
||||
import { Logger } from '@/logger';
|
||||
import { ConflictError } from '@/errors/response-errors/conflict.error';
|
||||
import { NotFoundError } from '@/errors/response-errors/not-found.error';
|
||||
import type { IExecutionResponse, IWorkflowDb } from '@/Interfaces';
|
||||
import type { IExecutionResponse, IWorkflowDb } from '@/interfaces';
|
||||
|
||||
/**
|
||||
* Service for handling the execution of webhooks of Wait nodes that use the
|
||||
|
||||
Reference in New Issue
Block a user