Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Turn off run one input on state write component
Browse files Browse the repository at this point in the history
  • Loading branch information
parzival418 committed Apr 6, 2022
1 parent 6519c84 commit a129336
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/components/StateWrite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export class StateWrite extends ThothComponent<void> {
super('State Write')

this.task = {
runOneInput: true,
outputs: {},
}

Expand Down

0 comments on commit a129336

Please sign in to comment.