Skip to content

Commit

Permalink
ref: removed threading (->)
Browse files Browse the repository at this point in the history
  • Loading branch information
clauxx authored and Horupa-Olena committed Jan 15, 2025
1 parent b157624 commit 6be8ed4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
:hashes [prepared-hash]
:on-success (fn [signatures]
(rf/dispatch [:hide-bottom-sheet])
(-> signatures first :signature on-success))
(on-success (:signature (first
signatures))))
:on-failure on-fail}]))}]]]}
{:fx [[:effects.wallet/sign-message
{:message prepared-hash
Expand Down

0 comments on commit 6be8ed4

Please sign in to comment.