Skip to content

Commit

Permalink
refactor: lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
briansztamfater committed Feb 17, 2022
1 parent 135e762 commit 84b0ce6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/status_im/wallet_connect/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
[{:keys [db] :as cofx}]
{:show-wallet-connect-sheet nil})


(defn subscribe-to-events [wallet-connect-client]
(.on wallet-connect-client (wallet-connect/session-request-event) #(re-frame/dispatch [:wallet-connect/request %]))
(.on wallet-connect-client (wallet-connect/session-created-event) #(re-frame/dispatch [:wallet-connect/created %]))
Expand Down

0 comments on commit 84b0ce6

Please sign in to comment.