refactor(core): Enforce filename casing in cli package (no-changelog) (#10594)
This commit is contained in:
@@ -9,7 +9,7 @@ import {
|
||||
type ITaskData,
|
||||
type IWorkflowBase,
|
||||
} from 'n8n-workflow';
|
||||
import type { IExecutionResponse } from '@/Interfaces';
|
||||
import type { IExecutionResponse } from '@/interfaces';
|
||||
|
||||
mockInstance(Logger);
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { Container } from 'typedi';
|
||||
import type { ExecutionStatus, IRun, IWorkflowBase } from 'n8n-workflow';
|
||||
import type { ExecutionPayload, IExecutionDb } from '@/Interfaces';
|
||||
import type { ExecutionPayload, IExecutionDb } from '@/interfaces';
|
||||
import pick from 'lodash/pick';
|
||||
import { isWorkflowIdValid } from '@/utils';
|
||||
import { ExecutionRepository } from '@/databases/repositories/execution.repository';
|
||||
|
||||
Reference in New Issue
Block a user