refactor: Use internal namespace for the existing API
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import ExecutionStep from '../../src/models/execution-step';
|
||||
import { createExecution } from './execution';
|
||||
import { createStep } from './step';
|
||||
import ExecutionStep from '../../src/models/execution-step.js';
|
||||
import { createExecution } from './execution.js';
|
||||
import { createStep } from './step.js';
|
||||
|
||||
export const createExecutionStep = async (params = {}) => {
|
||||
params.executionId = params?.executionId || (await createExecution()).id;
|
||||
|
||||
Reference in New Issue
Block a user