Skip to content

Commit

Permalink
Fixed assoc-injector-result signature spec to receive a nilable seque…
Browse files Browse the repository at this point in the history
…nce of steps
  • Loading branch information
ElChache committed Apr 10, 2020
1 parent d721a59 commit 988d5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fonda/execute/specs.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@

(s/fdef fonda.execute/assoc-injector-result
:args (s/cat :fonda-ctx ::fonda-context
:res (s/or :step ::core/step :steps ::core/steps)))
:res (s/nilable (s/or :step ::core/step :steps ::core/steps))))

0 comments on commit 988d5bf

Please sign in to comment.