Skip to content

Commit

Permalink
fix: readd anon fn on invoke
Browse files Browse the repository at this point in the history
  • Loading branch information
J0sueTM committed Jun 3, 2024
1 parent 96dfae3 commit 9f45afd
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,7 @@
[{:keys [publisher storage]} (state-flow.api/get-state)]

(state-flow.api/invoke
(publisher/publish! publisher
"unified.verification.dispatch"
{}))
#(publisher/publish! publisher "unified.verification.dispatch" {}))

(match?
(matchers/embeds (logic.yml/parse-yaml-read-literal
Expand Down

0 comments on commit 9f45afd

Please sign in to comment.