Skip to content

Commit

Permalink
refactor: Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
krynble committed Aug 21, 2023
1 parent e71fa1c commit 348b872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/WorkflowHelpers.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { FindOptionsWhere } from 'typeorm';
import { In } from 'typeorm';
import { Container } from 'typedi';
import { SubworkflowOperationError } from 'n8n-workflow';

import type {
IDataObject,
Expand All @@ -19,6 +18,7 @@ import {
ErrorReporterProxy as ErrorReporter,
LoggerProxy as Logger,
NodeOperationError,
SubworkflowOperationError,
Workflow,
} from 'n8n-workflow';
import { v4 as uuid } from 'uuid';
Expand Down

0 comments on commit 348b872

Please sign in to comment.