Skip to content

Commit

Permalink
Assoc init function to state metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielgiussi committed Mar 21, 2024
1 parent e86f513 commit 95a3891
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/state_flow/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,8 @@
assoc
:runner runner
:before-flow-hook before-flow-hook
:fail-fast? fail-fast?)
:fail-fast? fail-fast?
:init init)
pair (-> flow
(runner init-state+meta)
clarify-illegal-arg
Expand Down

0 comments on commit 95a3891

Please sign in to comment.