Skip to content

Commit 5552772

Browse files
committed
chore: update imports
1 parent 5f08c4a commit 5552772

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

packages/backend/src/helpers/compute-parameters.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ import type { IAction } from '@plumber/types'
33
import get from 'lodash.get'
44
import map from 'lodash/map'
55

6-
import ExecutionStep from '@/models/execution-step'
7-
8-
import Step from '../models/step'
9-
106
import {
117
computeForEachParameters,
128
ForEachContext,
13-
} from './compute-for-each-parameters'
9+
} from '@/helpers/compute-for-each-parameters'
10+
import ExecutionStep from '@/models/execution-step'
11+
12+
import Step from '../models/step'
1413

1514
const GET_ALL_SEPARATOR = ','
1615

0 commit comments

Comments
 (0)