Skip to content

Commit

Permalink
issue-54 Workflow params validation (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhilt committed Nov 26, 2023
1 parent 5004ab5 commit 1df717b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { runStateMachine } from './workflow-transducer';
import { Reactive } from './classes/reactive';
import { Item } from './classes/item';
import { CommonProcess, ProcessStatus as Status, } from './processes/index';
import { WORKFLOW, validate } from './inputs';
import { WORKFLOW, validate } from './inputs/index';
import {
WorkflowParams,
ProcessName,
Expand Down

0 comments on commit 1df717b

Please sign in to comment.