Skip to content

Commit

Permalink
Fix schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmotta committed Jan 26, 2024
1 parent c364ba7 commit 20f10dd
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
[:cofx :schema.re-frame/cofx]
[:args [:schema [:? [:catn [:community-id :string]]]]]]
[:map {:closed true}
[:fx [:vector {:min 1 :max 1} :schema.common/rpc-call]]]])
[:fx
[:tuple
[:tuple [:= :json-rpc/call] :schema.common/rpc-call]]]]])

(rf/reg-event-fx :communities/get-permissioned-balances get-permissioned-balances)

Expand Down

0 comments on commit 20f10dd

Please sign in to comment.